forked from netease-im/node-pre-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "node-pre-build",
"version": "0.1.19",
"description": "A node tool to install pre-built sdk and addon.",
"main": "index.js",
"bin": {
"node-pre-build": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netease-im/node-pre-build.git"
},
"keywords": [
"yunxin",
"pre-built",
"addon"
],
"author": "Zvicii",
"license": "ISC",
"bugs": {
"url": "https://github.com/netease-im/node-pre-build/issues"
},
"homepage": "https://github.com/netease-im/node-pre-build#readme",
"dependencies": {
"commander": "^8.2.0",
"download": "^8.0.0",
"fs-extra": "^10.0.0",
"git-last-commit": "^1.0.1",
"glob": "^7.2.0",
"node_modules-path": "^2.0.5",
"node-abi": "latest",
"node-fetch": "^2.6.5",
"path": "^0.12.7",
"shelljs": "^0.8.4",
"tar": "^6.1.11"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint-config-google": "^0.14.0"
}
}