-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 840 Bytes
/
package.json
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": "rename-webpack-plugin",
"version": "2.0.0",
"description": "webpack plugin for rename output files.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dcatfly/rename-webpack-plugin.git"
},
"keywords": [
"plugin",
"rename",
"webpack"
],
"author": "dcatfly",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dcatfly/rename-webpack-plugin/issues"
},
"homepage": "https://github.com/Dcatfly/rename-webpack-plugin#readme",
"devDependencies": {
"husky": "^1.1.2",
"prettier": "^1.14.3",
"pretty-quick": "^1.8.0"
},
"peerDependencies": {
"webpack": "^4.0.0"
}
}