{
  "name": "cli-react-app",
  "version": "0.7.10",
  "description": "Command line interface for rapid React.js development.",
  "bin": {
    "react": "bin/react.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ongw20/cli-react.git",
    "directory": "packages/cli-react-app"
  },
  "keywords": [
    "react",
    "cli",
    "react-cli",
    "cli-react-app"
  ],
  "author": "ong <ongw20@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ongw20/cli-react/issues"
  },
  "homepage": "https://github.com/ongw20/cli-react/tree/master/packages/cli-react-app#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "cli-shared-utils": "^0.7.10",
    "commander": "^4.1.1",
    "validate-npm-package-name": "^3.0.0"
  },
  "engines": {
    "node": ">=8.9"
  },
  "gitHead": "ac96223144172bc4c61ac57063fd8980d23c94a5"
}
