UNPKG

kmxunan-cnpm

Version:

中国NPM镜像工具,提供全中文界面和国内加速功能

42 lines (41 loc) 872 B
{ "name": "kmxunan-cnpm", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "install": "node index.js install" }, "bin": { "cnpm": "index.js" }, "keywords": [ "npm", "mirror", "china" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "description": "中国NPM镜像工具,提供全中文界面和国内加速功能", "homepage": "https://cnpmjs.org/", "repository": { "type": "git", "url": "git+https://github.com/yourname/cnpm.git" }, "bugs": { "url": "https://github.com/yourname/cnpm/issues" }, "dependencies": { "chalk": "^5.4.1", "figlet": "^1.8.2", "npm-registry-client": "^8.6.0" }, "keywords": [ "npm", "mirror", "china", "中文", "加速" ] }