{
  "name": "cra-structure-cli",
  "version": "2.0.0",
  "description": "A CLI with bootstrap create-react-app. Initiate react project. V2.0 supported typescript.",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "cra-structure-cli": "bin/create-react-structure.js"
  },
  "preferGlobal": true,
  "files": [
    "bin/",
    "src/",
    "templates/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/NhanHoang8195/create-react-app-structure-cli.git"
  },
  "keywords": [
    "cli",
    "create-react-app-structure-cli",
    "react-app-structure"
  ],
  "author": "@nhanhoang8195",
  "license": "ISC",
  "dependencies": {
    "arg": "^4.1.0",
    "chalk": "^2.4.2",
    "esm": "^3.2.25",
    "execa": "^2.0.1",
    "fs-extra": "^8.1.0",
    "inquirer": "^6.4.1",
    "listr": "^0.14.3",
    "ncp": "^2.0.0",
    "pkg-install": "^1.0.0"
  }
}
