UNPKG

788 BJSONView Raw
1{
2 "name": "nrm",
3 "version": "1.2.6",
4 "description": "NPM registry manager can help you easy and fast switch between different npm registries, now include: cnpm, taobao, nj(nodejitsu), edunpm",
5 "bin": "./cli.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/Pana/nrm.git"
9 },
10 "scripts": {
11 "star": "npm star nrm",
12 "test": "jest"
13 },
14 "keywords": [
15 "NPM",
16 "registry"
17 ],
18 "author": "Pana",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/Pana/nrm/issues"
22 },
23 "homepage": "https://github.com/Pana/nrm",
24 "dependencies": {
25 "chalk": "^4.1.2",
26 "commander": "^8.3.0",
27 "ini": "^2.0.0",
28 "node-fetch": "2.6.6",
29 "open": "^8.4.2"
30 },
31 "devDependencies": {
32 "coffee": "^5.4.0",
33 "jest": "^27.4.0"
34 }
35}