forked from d1urno/nuxt-image-extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "nuxt-image-extractor",
"version": "1.1.4",
"description": "Nuxt image extractor for full static generated sites",
"repository": "https://github.com/d1urno/nuxt-image-extractor",
"license": "MIT",
"contributors": [
{
"name": "Pablo Miceli <d1urno@gmx.com>"
}
],
"files": [
"lib"
],
"keywords": [
"nuxtjs",
"nuxt",
"nuxt-module",
"image",
"static",
"extractor"
],
"main": "lib/module.js",
"scripts": {
"lint": "eslint --ext .js,.vue .",
"release": "git push --follow-tags && npm publish"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"babel-eslint": "latest",
"eslint": "latest",
"nuxt-edge": "latest",
"standard-version": "latest"
},
"publishConfig": {
"access": "public"
}
}