-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
54 lines (54 loc) · 1.27 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "nodeinstall",
"version": "1.2.0",
"description": "",
"dependencies": {
"adm-zip": "^0.5.9",
"bytes": "^2.5.0",
"commander": "^2.9.0",
"debug": "^2.6.6",
"extend": "^3.0.1",
"node-nightly-version": "^1.0.6",
"only": "^0.0.2",
"progress": "^2.0.0",
"semver": "^5.3.0",
"tar": "^6.1.12",
"urllib": "^3.5.1"
},
"devDependencies": {
"coffee": "^5.5.0",
"cross-env": "^7.0.3",
"egg-bin": "^5.5.0",
"eslint": "^8.28.0",
"eslint-config-egg": "^12.1.0",
"git-contributor": "^1.0.10"
},
"main": "lib/index.js",
"files": [
"bin",
"lib"
],
"engines": {
"node": ">=14.17.0"
},
"scripts": {
"contributor": "git-contributor",
"start": "node index.js",
"dev": "egg-bin dev",
"test:win32": "cross-env TESTS=test-win32/*.js egg-bin test",
"test": "npm run lint && egg-bin test",
"test-china": "NODEINSTALL_CHINA=true egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint --ext js .",
"ci": "npm run lint && DEBUG=nodeinstall* npm run cov"
},
"repository": {
"type": "git",
"url": "https://github.com/cnpm/nodeinstall.git"
},
"bin": {
"nodeinstall": "bin/nodeinstall.js"
},
"author": "popomore <[email protected]>",
"license": "MIT"
}