@amrebada/stacker-cli
Version:
stacker to generate Full Software solution code
34 lines (33 loc) • 729 B
JSON
{
"name": "@amrebada/stacker-cli",
"version": "1.0.2",
"description": "stacker to generate Full Software solution code",
"main": "index.js",
"bin": {
"@amrebada/stacker-cli": "bin/stacker",
"stacker": "bin/stacker"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"keywords": [
"stacker",
"API",
"generator",
"rest"
],
"repository": {
"url": "https://github.com/amrebada/stacker.git"
},
"dependencies": {
"arg": "^4.1.2",
"chalk": "^3.0.0",
"esm": "latest",
"git-clone": "^0.1.0"
},
"author": "Amr Ebada (amr.app.engine@gmail.com)",
"license": "ISC"
}