{
    "name": "react-create-generator",
    "version": "1.0.1-0",
    "description": "react项目创建脚手架",
    "bin": {
        "rcc": "bin/index.mjs"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
        "axios": "^0.27.2",
        "chalk": "^5.0.1",
        "commander": "^9.4.0",
        "cross-spawn": "^7.0.3",
        "download-git-repo": "^3.0.2",
        "figlet": "^1.5.2",
        "fs-extra": "^10.1.0",
        "inquirer": "^9.1.0",
        "ora": "^6.1.2",
        "util": "^0.12.4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lsshym/react-create-cli.git"
    },
    "author": {
        "name": "lsshym",
        "email": "lsshym9@gmail.com"
    },
    "files": [
        "bin",
        "src"
    ],
    "license": "MIT",
    "keywords": [
        "react-create-generator",
        "rcc",
        "react项目脚手架"
    ]
}
