{
    "name": "yuhui-cli",
    "version": "0.1.1",
    "description": "yuhui-cli 脚手架",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "rollup -c rollup.config.js --bundleConfigAsCjs"
    },
    "keywords": [
        "Vite",
        "Vue3",
        "TypeScript",
        "Element-plus"
    ],
    "author": "yuhui",
    "bin": {
        "yuhui": "bin/index.js"
    },
    "files": [
        "dist",
        "bin",
        "README.md"
    ],
    "license": "ISC",
    "dependencies": {
        "typescript": "^5.8.3"
    },
    "devDependencies": {
        "@inquirer/prompts": "^7.4.1",
        "@rollup/plugin-commonjs": "^28.0.3",
        "@rollup/plugin-json": "^6.1.0",
        "@rollup/plugin-node-resolve": "^16.0.1",
        "@rollup/plugin-terser": "^0.4.4",
        "@types/fs-extra": "^11.0.4",
        "@types/lodash": "^4.17.16",
        "axios": "^1.8.4",
        "chalk": "^4.1.2",
        "commander": "^13.1.0",
        "figlet": "^1.8.1",
        "fs-extra": "^11.3.0",
        "lodash": "^4.17.21",
        "log-symbols": "^7.0.0",
        "ora": "^8.2.0",
        "progress-estimator": "^0.3.1",
        "rollup": "^4.40.0",
        "rollup-plugin-node-externals": "^5.0.0",
        "rollup-plugin-typescript2": "^0.36.0",
        "simple-git": "^3.27.0",
        "tslib": "^2.8.1"
    }
}
