{
  "name": "gus-cli",
  "version": "1.0.13",
  "description": "",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "bin": {
    "gus": "./build/index.js"
  },
  "scripts": {
    "build": "tsc",
    "tsc": "tsc -w",
    "clean": "rm -rf build",
    "bare-test": "mocha build/test/index.js",
    "test": "istanbul cover _mocha build/test",
    "coveralls": "cat coverage/lcov.info | coveralls"
  },
  "author": "ephoton",
  "license": "MIT",
  "dependencies": {
    "@types/chalk": "^2.2.0",
    "@types/chokidar": "^1.7.3",
    "@types/commander": "^2.11.0",
    "@types/debug": "^0.0.30",
    "@types/escape-html": "0.0.20",
    "@types/fs-extra": "^4.0.3",
    "@types/inquirer": "0.0.35",
    "@types/koa": "^2.0.39",
    "@types/koa-router": "^7.0.23",
    "@types/koa-static": "^3.0.1",
    "@types/koa-views": "^2.0.2",
    "@types/less": "0.0.32",
    "@types/moment": "^2.13.0",
    "@types/node": "^8.0.50",
    "@types/react": "^16.0.21",
    "@types/react-dom": "^16.0.2",
    "@types/react-router": "^4.0.16",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-register": "^6.26.0",
    "chalk": "^2.3.0",
    "chokidar": "^1.7.0",
    "commander": "^2.11.0",
    "css-loader": "^0.28.7",
    "debug": "^3.1.0",
    "escape-html": "^1.0.3",
    "eventsource-polyfill": "^0.9.6",
    "fs-extra": "^4.0.2",
    "generator-ts-lib": "^1.0.13",
    "inquirer": "^3.3.0",
    "koa": "^2.4.1",
    "koa-react-view": "^3.0.0",
    "koa-router": "^7.2.1",
    "koa-static": "^4.0.1",
    "koa-views": "^6.1.1",
    "koa-webpack-middleware": "^1.0.7",
    "less": "^2.7.3",
    "less-loader": "^4.0.5",
    "moment": "^2.19.1",
    "pm2": "^2.7.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-router": "^4.2.0",
    "style-loader": "^0.19.0",
    "ts-loader": "^3.1.1",
    "url-loader": "^0.6.2",
    "webpack": "^3.8.1",
    "webpack-hot-middleware": "^2.20.0",
    "yeoman-generator": "^2.0.1"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/lodash": "^4.14.82",
    "@types/mocha": "^2.2.44",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "lodash": "^4.17.4",
    "mocha": "^4.0.1",
    "typescript": "^2.6.1"
  }
}
