{
  "name": "fangkong-cli",
  "version": "0.1.1",
  "description": "fangkong-cli 脚手架",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rollup -c rollup.config.js --bundleConfigAsCjs"
  },
  "keywords": [
    "Vite",
    "Vue3",
    "Typescript",
    "ElementPlus"
  ],
  "author": "fangkong",
  "bin": {
    "fangkong": "./bin/index.js"
  },
  "files": [
    "dist",
    "bin",
    "README.md"
  ],
  "license": "ISC",
  "devDependencies": {
    "@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/axios": "^0.14.4",
    "@types/figlet": "^1.7.0",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.17.17",
    "@types/node": "^22.15.30",
    "axios": "^1.9.0",
    "chalk": "^4.1.2",
    "commander": "^14.0.0",
    "figlet": "^1.8.1",
    "fs-extra": "^11.3.0",
    "lodash": "^4.17.21",
    "log-symbols": "4.1.0",
    "ora": "^8.2.0",
    "progress-estimator": "^0.3.1",
    "rollup": "^4.42.0",
    "rollup-plugin-node-externals": "^5.0.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "simple-git": "^3.28.0",
    "tslib": "^2.8.1",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.5.3"
  }
}
