-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
36 lines (36 loc) · 980 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
{
"name": "directory-named-webpack-plugin",
"version": "4.1.0",
"description": "A Webpack plugin that treats a file with the name of directory as the index file",
"main": "index.js",
"scripts": {
"push": "git push --tag origin master:master",
"test": "jest --verbose",
"bump": "bump --prompt --commit --tag --push --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaketbaby/directory-named-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin"
],
"author": "Shaketbaby",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaketbaby/directory-named-webpack-plugin/issues"
},
"homepage": "https://github.com/shaketbaby/directory-named-webpack-plugin#readme",
"dependencies": {
"enhanced-resolve": "^4.0.0",
"object-assign": "^4.1.0"
},
"devDependencies": {
"jest": "^19.0.2",
"version-bump-prompt": "^1.5.1"
},
"peerDependencies": {
"webpack": ">=4.0.0"
}
}