{
  "name": "autowebapp-cli",
  "version": "1.0.0",
  "description": "auto generate latest react app without write config files",
  "main": "index.js",
  "bin": {
    "autowebapp-cli": "bin/cli"
  },
  "scripts": {
    "autowebapp-cli": "node bin/cli --help"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hankliu62/autowebapp-cli.git"
  },
  "keywords": [
    "node",
    "cli"
  ],
  "author": "hank.liu",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hankliu62/autowebapp-cli/issues"
  },
  "homepage": "https://github.com/hankliu62/autowebapp-cli#readme",
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^2.19.0",
    "mkdirp": "^0.5.1"
  }
}
