{
  "name": "create-vue-vine",
  "type": "module",
  "version": "1.7.27",
  "description": "Official CLI for creating Vue Vine project.",
  "author": "ShenQingchuan",
  "license": "MIT",
  "funding": "https://github.com/vue-vine/vue-vine?sponsor=1",
  "homepage": "https://github.com/vue-vine/vue-vine/tree/main/packages/create-vue-vine#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-vine/vue-vine.git",
    "directory": "packages/create-vue-vine"
  },
  "bugs": {
    "url": "https://github.com/vue-vine/vue-vine/issues"
  },
  "keywords": [
    "Vue",
    "Vine"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "module": "./dist/index.js",
  "bin": "./dist/index.js",
  "files": [
    "README.md",
    "README.zh-CN.md",
    "bin",
    "dist",
    "template"
  ],
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "clerc": "^0.44.0",
    "execa": "^9.6.0",
    "pkg-dir": "^9.0.0",
    "yoctocolors": "^2.1.1"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.1.11",
    "@types/node": "^22.16.0",
    "tailwindcss": "^4.1.11",
    "unocss": "^66.3.3",
    "unplugin-auto-import": "^19.3.0",
    "vite": "^7.0.2",
    "vite-plugin-inspect": "^11.3.0",
    "vue": "^3.5.22",
    "vue-vine": "1.7.27"
  },
  "scripts": {}
}