{
  "name": "towerflow",
  "version": "1.3.28",
  "description": "The dev workflow used by The Great Tower Edu Inc.",
  "files": [
    "dist/",
    "typings/",
    "template/"
  ],
  "bin": {
    "towerflow": "dist/bin/index.js"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "dev": "tsc --watch",
    "production": "tsc",
    "test": "jest",
    "publish-to-npm": "npm run production && npm publish"
  },
  "towerflow": {
    "type": "node-app"
  },
  "keywords": [
    "Tower Edu Inc.",
    "Workflow"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sevenryze/towerflow.git"
  },
  "author": "sevenryze",
  "license": "ISC",
  "dependencies": {
    "@types/jest": "^24.0.11",
    "chalk": "^2.4.2",
    "clean-webpack-plugin": "^2.0.1",
    "commander": "^2.20.0",
    "cross-spawn": "^6.0.5",
    "debug": "^4.1.1",
    "file-loader": "^3.0.1",
    "fs-extra": "^7.0.1",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.7.1",
    "klaw-sync": "^6.0.0",
    "prettier": "^1.17.0",
    "semver": "^6.0.0",
    "style-loader": "^0.23.1",
    "ts-jest": "^24.0.2",
    "ts-loader": "^5.4.3",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-config-prettier": "^1.18.0",
    "tslint-loader": "^3.5.4",
    "tslint-react": "^4.0.0",
    "tty-table": "^2.6.15",
    "typescript": "^3.4.5",
    "typescript-styled-plugin": "^0.14.0",
    "typescript-tslint-plugin": "^0.3.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.30.0",
    "webpack-dev-server": "^3.3.1"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.0",
    "@types/debug": "^4.1.4",
    "@types/fs-extra": "^5.0.5",
    "@types/html-webpack-plugin": "^3.2.0",
    "@types/klaw-sync": "^6.0.0",
    "@types/node": "^11.13.7",
    "@types/react": "^16.8.14",
    "@types/react-dom": "^16.8.4",
    "@types/styled-components": "^4.1.14",
    "@types/webpack": "^4.4.27",
    "@types/webpack-dev-server": "^3.1.5",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "styled-components": "^4.2.0"
  }
}
