zbms-cli
Version:
Create micro service project template
32 lines (31 loc) • 628 B
JSON
{
"name": "zbms-cli",
"version": "1.0.3",
"description": "Create micro service project template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository":{
"type" : "git",
"url" : "https://github.com/vidding/zbms-cli"
},
"bin": {
"zbms": "index.js"
},
"keywords": [
"zb",
"ms",
"microservice"
],
"license": "ISC",
"author": "weiyongshu",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^3.0.1",
"download-git-repo": "^2.0.0",
"handlebars": "^4.2.0",
"inquirer": "^7.0.0",
"log-symbols": "^3.0.0",
"ora": "^3.4.0"
}
}