hera-cli
Version:
Hera Project Creator
54 lines (53 loc) • 1.27 kB
JSON
{
"name": "hera-cli",
"version": "1.3.1",
"description": "Hera Project Creator",
"main": "bin/herapack",
"scripts": {
"test": "npm test",
"format": "prettier-standard '{src/**/*.js,bin/herapack}'",
"precommit": "lint-staged"
},
"repository": {
"url": "https://github.com/weidian-inc/hera-cli.git",
"type": "git"
},
"bin": {
"hera-cli": "bin/herapack",
"hera": "bin/herapack"
},
"lint-staged": {
"{src/**/*.js,bin/herapack,*.json}": ["prettier-standard", "git add"]
},
"keywords": ["wxapp", "hera"],
"author": "Junjie Ding",
"license": "MIT",
"dependencies": {
"boxen": "^1.3.0",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"fs-extra": "^5.0.0",
"hera-weweb": "^1.1.2",
"inquirer": "^4.0.1",
"pify": "^3.0.0",
"semver-compare": "^1.0.0",
"update-notifier": "^2.3.0",
"weweb-cli": "^1.1.2",
"which": "^1.3.0"
},
"optionalDependencies": {
"ip": "^1.1.5",
"detect-port": "^1.2.2",
"koa": "^2.4.1",
"koa-body": "^2.5.0",
"koa-logger": "^3.1.0",
"koa-router": "^7.3.0",
"koa-send": "^4.1.2",
"md5": "^2.2.1"
},
"devDependencies": {
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"prettier-standard": "^8.0.0"
}
}