-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 891 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
{
"name": "nls",
"version": "4.0.0",
"description": "Missing inspector for npm packages.",
"repository": "https://github.com/amio/nls",
"author": "Amio <amio.cn@gmail.com>",
"license": "MIT",
"bin": {
"nls": "lib/nls"
},
"scripts": {
"lint": "standard lib/*",
"pretest": "npm run lint",
"test": "tap test/*.spec.js --reporter spec --test-env=FORCE_COLOR=0 --no-check-coverage",
"snap": "TAP_SNAPSHOT=1 npm run test"
},
"dependencies": {
"columnify": "^1.5.4",
"execa": "^5.0.0",
"kleur": "^4.1.3",
"marked": "^4.2.5",
"marked-terminal": "^5.1.1",
"mri": "^1.1.5",
"npm-why": "^5.0.0",
"yarn-why": "^0.3.2"
},
"devDependencies": {
"@types/node": "^16.18.11",
"standard": "^17.0.0",
"tap": "^16.3.3"
},
"engines": {
"node": ">=16"
},
"keywords": [
"list",
"npm",
"scripts"
]
}