-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 831 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
{
"name": "@pakerzhang/module-cleaner",
"version": "1.0.6",
"description": "Clean node_modules",
"main": "./src/index.js",
"bin": {
"module-cleaner": "./src/bin/index.js"
},
"engines": {
"node": ">=14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src"
],
"keywords": [
"folder cleaner",
"fs",
"nodejs",
"node",
"script",
"node_modules"
],
"author": "Paker Zhang",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:pakerchang/module-cleaner.git"
},
"homepage": "https://github.com/pakerchang/module-cleaner",
"devDependencies": {
"eslint": "^8.40.0",
"prettier": "^2.8.8"
},
"dependencies": {
"chalk": "4.1.2",
"inquirer": "8",
"nanospinner": "^1.1.0"
}
}