@hhy5277/ns-cli
Version:
```shell # install it globally $ npm install -g ns-cli --registry http://199.10.9.178:8081/repository/npm-group/
43 lines (42 loc) • 792 B
JSON
{
"name": "@hhy5277/ns-cli",
"version": "0.0.1",
"description": "",
"main": "index.js",
"bin": {
"ns": "./bin/cli.js",
"nanshui": "./bin/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"lib"
],
"author": {
"name": "hhy",
"email": "hhy5277@126.com"
},
"keywords": [
"ns-cli",
"ns",
"脚手架"
],
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.1",
"commander": "^7.2.0",
"cross-spawn": "^7.0.3",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.0",
"fs-extra": "^10.0.0",
"inquirer": "^8.0.0",
"ora": "^5.4.1",
"shelljs": "^0.8.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}