forked from erikdesjardins/zip-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 902 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
38
{
"name": "zip-webpack-plugin",
"version": "4.0.1",
"description": "Webpack plugin to zip up emitted files.",
"main": "index.js",
"scripts": {
"test": "ava test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erikdesjardins/zip-webpack-plugin.git"
},
"keywords": [
"webpack"
],
"author": "Erik Desjardins",
"license": "MIT",
"bugs": {
"url": "https://github.com/erikdesjardins/zip-webpack-plugin/issues"
},
"homepage": "https://github.com/erikdesjardins/zip-webpack-plugin#readme",
"dependencies": {
"yazl": "^2.5.1"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0",
"webpack-sources": "*"
},
"devDependencies": {
"ava": "^3.14.0",
"file-loader": "^6.2.0",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"spawn-loader": "^7.0.0",
"webpack": "^5.11.1",
"yauzl": "^2.10.0"
}
}