{
  "name": "@varlet/cli",
  "version": "3.18.2",
  "description": "cli of varlet",
  "keywords": [
    "cli",
    "varlet"
  ],
  "bugs": {
    "url": "https://github.com/varletjs/varlet/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/varletjs/varlet.git"
  },
  "license": "MIT",
  "author": "haoziqaq <357229046@qq.com>",
  "type": "module",
  "main": "./lib/node/index.js",
  "module": "./lib/node/index.js",
  "bin": {
    "varlet-cli": "./lib/node/bin.js"
  },
  "files": [
    "lib",
    "client.js",
    "client.d.ts",
    "template",
    "site"
  ],
  "dependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-typescript": "^7.24.7",
    "@inquirer/prompts": "^6.0.1",
    "@varlet/icon-builder": "0.2.14",
    "@varlet/release": "^2.2.1",
    "@vitejs/plugin-vue": "6.0.6",
    "@vitejs/plugin-vue-jsx": "5.1.5",
    "@vue/babel-plugin-jsx": "1.5.0",
    "@vue/compiler-sfc": "3.5.21",
    "@vue/runtime-core": "3.5.21",
    "chokidar": "^3.5.2",
    "commander": "^8.3.0",
    "ejs": "^3.1.8",
    "esbuild": "0.27.7",
    "fs-extra": "^9.0.1",
    "glob": "^7.2.0",
    "hash-sum": "^2.0.0",
    "less": "^3.12.2",
    "markdown-it": "^12.2.3",
    "nanospinner": "^1.1.0",
    "picocolors": "^1.0.0",
    "sass": "^1.77.4",
    "sharp": "0.31.1",
    "tinyexec": "^0.3.0",
    "typescript": "5.6.3",
    "vite-plus": "0.1.18",
    "vue": "3.5.21",
    "@varlet/shared": "3.18.2",
    "@varlet/vite-plugins": "3.18.2"
  },
  "devDependencies": {
    "@types/babel__core": "^7.20.1",
    "@types/ejs": "^3.1.1",
    "@types/fs-extra": "^9.0.2",
    "@types/glob": "^7.1.3",
    "@types/hash-sum": "^1.0.0",
    "@types/markdown-it": "^12.2.3",
    "@types/node": "^20.19.0",
    "@types/sharp": "0.31.1",
    "rimraf": "^5.0.1",
    "@varlet/ui": "3.18.2",
    "@varlet/icons": "3.18.2",
    "@varlet/touch-emulator": "3.18.2"
  },
  "peerDependencies": {
    "@vitest/coverage-istanbul": "4.1.4",
    "@vue/runtime-core": "3.5.21",
    "@vue/test-utils": "2.4.6",
    "clipboard": "^2.0.6",
    "jsdom": "26.1.0",
    "live-server": "^1.2.1",
    "vue": "3.5.21",
    "vue-router": "4.5.1",
    "@varlet/icons": "3.18.2",
    "@varlet/touch-emulator": "3.18.2",
    "@varlet/ui": "3.18.2"
  },
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "scripts": {
    "build": "rimraf ./lib && tsc",
    "dev": "tsc --watch"
  }
}