{
  "name": "assisttools-clishell",
  "version": "0.0.8",
  "description": "提供assisttolls的cli入口",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "babel src --out-dir lib",
    "compile-with-debug": "babel src --out-dir dist --source-maps",
    "go": "node ./lib/index.js",
    "babel": "babel-node ./src/index.js",
    "flow": "flow",
    "eslint": "eslint --init"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.1",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^5.12.0",
    "eslint-plugin-flowtype": "^3.2.1",
    "flow-bin": "^0.90.0"
  },
  "dependencies": {
    "assisttools-es6project-templateconstructor": "0.0.3",
    "assisttools-productconstructortool": "0.0.2",
    "assisttools-projectconstructortool": "0.0.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "commander": "^2.19.0",
    "infrastructure_templateconstructor": "0.0.3",
    "inquirer": "^6.2.1",
    "log-symbols": "^2.2.0",
    "ora": "^3.0.0"
  },
  "bin": {
    "acecli": "./lib/index.js"
  }
}
