forked from lifuzhao100/parcel-plugin-clean-easy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 722 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
{
"name": "parcel-plugin-clean-easy",
"version": "1.0.2",
"description": "A parcel plugin to remove/clean your build folder(s) before building",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lifuzhao100/parcel-plugin-clean-easy.git"
},
"keywords": [
"parcel",
"parcel-plugin",
"clean-webpack-plugin"
],
"author": "lifuzhao100",
"license": "ISC",
"bugs": {
"url": "https://github.com/lifuzhao100/parcel-plugin-clean-easy/issues"
},
"homepage": "https://github.com/lifuzhao100/parcel-plugin-clean-easy#readme",
"dependencies": {
"rimraf": "^2.6.2"
}
}