-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
38 lines (38 loc) · 875 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": "swp",
"version": "1.0.3",
"description": "Reduce the disk usage of your projects by removing dependencies & builds",
"author": "woubuc <[email protected]>",
"repository": "https://github.com/woubuc/sweep.git",
"homepage": "https://sweep.woubuc.be",
"license": "MIT",
"bin": {
"swp": "npm/run.js"
},
"scripts": {
"preinstall": "node npm/scripts.js uninstall",
"postinstall": "node npm/scripts.js install",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs && ncp docs/_redirects docs/.vuepress/dist/_redirects"
},
"dependencies": {
"binary-install": "^0.0.1"
},
"devDependencies": {
"ncp": "^2.0.0",
"vuepress": "^1.5.4"
},
"keywords": [
"cleanup",
"sweep",
"swp",
"project",
"clean",
"delete",
"free",
"cli"
],
"files": [
"npm/**/*"
]
}