{
  "name": "create-app-script",
  "version": "1.2.3",
  "bin": {
    "create-app-script": "./bin/index.js"
  },
  "keywords": [
    "react"
  ],
  "files": [
    "bin",
    "lib",
    "template"
  ],
  "description": "创建一个react 应用",
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fantienan/create-app-script.git"
  },
  "dependencies": {
    "chalk": "3.0.0",
    "commander": "4.1.0",
    "fs-extra": "8.1.0",
    "handlebars": "^4.7.6",
    "inquirer": "^7.1.0",
    "log-symbols": "^3.0.0",
    "minimist": "^1.2.5",
    "ora": "^4.0.3",
    "readline": "^1.3.0",
    "semver": "^7.3.0",
    "shelljs": "^0.8.3",
    "string.prototype.padstart": "^3.1.0",
    "validate-npm-package-name": "^3.0.0"
  },
  "templates": {
    "default-template": {
      "repoName": "development-templates",
      "repo": "https://github.com/fantienan/development-templates.git"
    }
  },
  "devDependencies": {
    "cz-conventional-changelog": "3.1.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
