npm-switch
Version:
quick switch npm registry in official registry or taobao registry
34 lines (33 loc) • 699 B
JSON
{
"name": "npm-switch",
"version": "2.0.5",
"description": "quick switch npm registry in official registry or taobao registry",
"bin": {
"npm-switch": "bin/index.js"
},
"scripts": {},
"keywords": [
"npm",
"yarn",
"taobao",
"registry",
"npm-registry",
"taobao-registry",
"yarn-registry"
],
"repository": {
"type": "git",
"url": "https://github.com/peakchen90/npm-switch"
},
"bugs": {
"url": "https://github.com/peakchen90/npm-switch/issues"
},
"author": "peakchen90 <1558267774@qq.com>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"inquirer": "^3.3.0",
"shelljs": "^0.8.4",
"yargs": "^7.1.0"
}
}