gen-webapp
Version:
to generator a project quickly by given conditions
30 lines (29 loc) • 656 B
JSON
{
"name": "gen-webapp",
"version": "2.0.6",
"description": "to generator a project quickly by given conditions",
"main": "./src/index.js",
"bin": {
"cosmos": "./src/index.js"
},
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"path",
"fs",
"exec",
"execSync",
"readline-sync"
],
"author": "dm",
"license": "ISC",
"dependencies": {
"colors": "^1.2.4",
"commander": "^5.1.0",
"leven": "^3.1.0",
"ora": "^4.0.4",
"readline-sync": "^1.4.9"
}
}