sakura-cli
Version:
a command line tool for develop web apps
39 lines (38 loc) • 873 B
JSON
{
"bin": "index.js",
"name": "sakura-cli",
"version": "0.2.0",
"description": "a command line tool for develop web apps",
"scripts": {
"test": "test",
"build": "babel src -d lib --presets=es2015",
"dev": "babel src -d lib --presets=es2015 -w",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/guoshencheng/sakura-cli"
},
"keywords": [
"sakura",
"cli",
"webapp"
],
"author": "century guo",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"chalk": "chalk/chalk",
"commander": "^2.10.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.3",
"prompt": "^1.0.0"
}
}