-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "npm-registry-nrs",
"version": "1.1.2",
"author": "CoderBin",
"description": "📦 npm-registry-nrs is an NPM source manager that allows you to quickly switch between NPM sources.",
"keywords": [
"npm",
"registry",
"npm切换源",
"yarn",
"cnpm",
"taobao",
"nrs"
],
"repository": {
"type": "git",
"url": "https://github.com/zjunbin1286/npm-registry-nrs"
},
"homepage": "https://github.com/zjunbin1286/npm-registry-nrs",
"license": "MIT",
"bugs": "https://github.com/zjunbin1286/npm-registry-nrs/issues",
"bin": {
"nrs": "src/index.js"
},
"main": "index.js",
"scripts": {
"release": "node ./src/scripts/release.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^4.0.0",
"commander": "^12.0.0",
"inquirer": "^8.2.6",
"node-http-ping": "^0.3.1",
"semver": "^7.3.8",
"execa": "5.1.1",
"minimist": "^1.2.8",
"fs-extra": "^10.1.0",
"conventional-changelog-cli": "^2.2.2"
}
}