{
    "name": "quick-react-scripts",
    "version": "1.3.2",
    "description": "用于快速创建React组件项目",
    "main": "bin/cli.js",
    "license": "MIT",
    "types": "./lib/react-app.d.ts",
    "bin": {
        "quick-react-scripts": "./bin/cli.js"
    },
    "files": [
        "bin",
        "config",
        "lib",
        "scripts",
        "template"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/xueyou2000/quick-react-scripts.git"
    },
    "publishConfig": {
        "registry": "http://registry.npmjs.org/"
    },
    "author": {
        "name": "XueYou",
        "email": "xueyoucd@gmail.com"
    },
    "dependencies": {
        "@babel/core": "^7.3.4",
        "@babel/preset-env": "^7.3.4",
        "@testing-library/react": "^9.1.3",
        "@types/jest": "^24.0.11",
        "@types/node": "^11.11.0",
        "@types/react": "^16.8.7",
        "@types/react-dom": "^16.8.2",
        "babel-jest": "^24.3.1",
        "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
        "chalk": "^2.4.2",
        "commander": "^2.19.0",
        "cross-spawn": "^6.0.5",
        "envinfo": "^7.1.0",
        "fs-extra": "^7.0.1",
        "identity-obj-proxy": "^3.0.0",
        "jest": "^24.3.1",
        "jest-svg-transformer": "^1.0.0",
        "ora": "^3.2.0",
        "rollup": "^1.6.0",
        "rollup-plugin-commonjs": "^9.2.0",
        "rollup-plugin-node-resolve": "^4.0.0",
        "rollup-plugin-progress": "^1.0.0",
        "rollup-plugin-scss": "^1.0.1",
        "rollup-plugin-typescript": "^1.0.0",
        "semver": "^5.6.0",
        "ts-jest": "^24.0.0",
        "tslib": "^1.9.3",
        "typescript": "^3.3.3333",
        "validate-npm-package-name": "^3.0.0"
    }
}
