-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 996 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
39
40
41
42
43
{
"name": "remove-file-webpack-plugin",
"version": "0.0.3",
"author": "sunft",
"description": "A plugin for webpack removes files and folders before compiler",
"repository": "https://github.com/sunft1996/remove-file-webpack-plugin",
"homepage": "https://github.com/sunft1996/remove-file-webpack-plugin",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7",
"process": "^0.11.10",
"walker": "^1.0.7"
},
"license": "MIT",
"devDependencies": {
"eslint": "^7.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"keywords": [
"plugin",
"webpack",
"remove",
"clean",
"delete",
"clean",
"file",
"remove-webpack-plugin",
"clean-webpack-plugin",
"delete-webpack-plugin",
"file-webpack-plugin"
]
}