{
  "name": "@cicada-design/cicada-cli",
  "version": "0.0.1",
  "type": "module",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "cicada-cli": "lib/index.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "pnpm clean && tsc",
    "clean": "rimraf lib",
    "lint-staged": "pnpm exec lint-staged"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laibin-wang/cicada-design.git"
  },
  "keywords": [
    "cicada-design",
    "cicada-cli"
  ],
  "engines": {
    "node": ">=16.13.0"
  },
  "lint-staged": {
    "*.{js,ts,jsx,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "author": "wanglaibin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/laibin-wang/cicada-design/issues"
  },
  "homepage": "https://github.com/laibin-wang/cicada-design#readme",
  "dependencies": {
    "@vitejs/plugin-vue": "^1.9.4",
    "@vitejs/plugin-vue-jsx": "^1.2.0",
    "@vue/compiler-sfc": "^3.2.24",
    "babel-jest": "^27.3.1",
    "chalk": "^4.1.2",
    "commander": "^8.3.0",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.2.0",
    "jest": "^27.3.1",
    "lodash-es": "^4.17.21",
    "ora": "^6.0.1",
    "release-it": "^14.11.8",
    "rollup-plugin-terser": "^7.0.2",
    "ts-morph": "^13.0.2",
    "vite": "^2.6.14",
    "vue-jest": "^3.0.7"
  },
  "devDependencies": {
    "@types/inquirer": "^8.1.3",
    "@types/jest": "^27.0.3",
    "@types/lodash-es": "^4.17.5",
    "commitizen": "^4.2.4",
    "conventional-changelog-cli": "^2.1.1",
    "cz-customizable": "^6.3.0",
    "typescript": "^4.5.2",
    "vite-plugin-eslint": "^1.3.0"
  }
}
