{
  "name": "xzx-onion-cli",
  "version": "0.1.11",
  "description": "onion-cli 脚手架",
  "repository": {
    "type": "git",
    "url": "https://github.com/Teernage/onion-cli.git"
  },
  "homepage": "https://teernage.github.io/onion-cli-homepage/",
  "scripts": {
    "build": "rollup -c rollup.config.js --bundleConfigAsCjs",
    "test": "node ./dist create my-app"
  },
  "keywords": [
    "Vite",
    "Vue3",
    "TypeScript",
    "Element-plus",
    "chrome",
    "crx"
  ],
  "author": "zhenxinxu",
  "license": "ISC",
  "bin": {
    "onion": "bin/index.js"
  },
  "files": [
    "dist",
    "bin",
    "README.md"
  ],
  "dependencies": {
    "@inquirer/prompts": "^3.3.2",
    "axios": "^1.8.2",
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "figlet": "^1.8.0",
    "fs-extra": "^11.2.0",
    "lodash": "^4.17.21",
    "log-symbols": "^4.1.0",
    "ora": "^5.4.1",
    "progress-estimator": "^0.3.1",
    "pure-thin-cli": "^0.1.8",
    "simple-git": "^3.27.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.3.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.14.199",
    "@types/node": "^16.18.40",
    "rollup": "^4.29.1",
    "rollup-plugin-dts": "^5.3.0",
    "rollup-plugin-esbuild": "^5.0.0",
    "rollup-plugin-node-externals": "^5.1.3",
    "rollup-plugin-typescript2": "^0.36.0",
    "tslib": "^2.6.1",
    "typescript": "^5.2.2"
  }
}
