zwy_first_cli
Version:
23 lines (22 loc) • 399 B
JSON
{
"name": "zwy_first_cli",
"bin": {
"create-first-cli-app": "./bin/index.js"
},
"version": "2.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"first"
],
"author": "zwy",
"license": "ISC",
"dependencies": {
"commander": "^3.0.0",
"log-update": "^3.2.0",
"shelljs": "^0.8.3"
}
}