-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 764 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 764 Bytes
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
{
"name": "anvm",
"version": "0.1.5",
"description": "another nvm, faster and no side effect.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/test.js"
},
"bin": {
"anvm": "./bin/anvm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhuyingda/anvm.git"
},
"keywords": [
"nodejs version manager",
"nvm"
],
"author": "zhuyingda",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/zhuyingda/anvm/issues"
},
"homepage": "https://github.com/zhuyingda/anvm#readme",
"dependencies": {
"axios": "^0.19.2",
"chalk": "^4.1.0",
"inquirer": "^7.3.3"
},
"devDependencies": {
"mocha": "^8.1.1",
"proxyquire": "^2.1.3"
}
}