-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 866 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
43
44
45
{
"name": "node-nightly",
"version": "1.8.1",
"description": "node-nightly at your finger tips!",
"license": "MIT",
"repository": "hemanth/node-nightly",
"author": {
"name": "Hemanth.HM",
"email": "[email protected]",
"url": "h3manth.com"
},
"type": "module",
"scripts": {
"test": "node cli.js -v"
},
"preferGlobal": true,
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bin": {
"node-nightly": "./cli.js"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"node",
"nightly"
],
"dependencies": {
"configstore": "^6.0.0",
"cross-spawn": "7.0.3",
"download": "^8.0.0",
"graceful-fs": "^4.2.9",
"is-online": "^9.0.1",
"node-nightly-version": "^1.0.6",
"rimraf": "^3.0.2"
}
}