-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 830 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 830 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
{
"name": "@wjtools/version-webpack-plugin",
"version": "1.1.0",
"description": "webpack 版本号自动更新插件",
"author": "Steven",
"license": "MIT",
"homepage": "https://github.com/wjtools/version-webpack-plugin",
"repository": {
"type": "git",
"url": "https://github.com/wjtools/version-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"version-webpack-plugin",
"script",
"version"
],
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"lint": "eslint --format=codeframe ."
},
"main": "index.js",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-vue-libs": "^2.1.0"
},
"peerDependencies": {
"webpack": "^5.20.0 || ^4.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public"
}
}