{
  "name": "shadcn-vue",
  "type": "module",
  "version": "2.3.1",
  "description": "Add components to your apps.",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/unovue/shadcn-vue.git",
    "directory": "packages/cli"
  },
  "keywords": [
    "components",
    "ui",
    "vue",
    "nuxt",
    "tailwind",
    "radix-ui",
    "radix-vue",
    "reka-ui",
    "shadcn",
    "shadcn-vue"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./registry": {
      "types": "./dist/registry/index.d.ts",
      "default": "./dist/registry/index.js"
    },
    "./schema": {
      "types": "./dist/schema/index.d.ts",
      "default": "./dist/schema/index.js"
    },
    "./mcp": {
      "types": "./dist/mcp/index.d.ts",
      "default": "./dist/mcp/index.js"
    }
  },
  "bin": "./dist/index.js",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@dotenvx/dotenvx": "^1.51.0",
    "@modelcontextprotocol/sdk": "^1.19.1",
    "@unovue/detypes": "^0.8.5",
    "@vue/compiler-sfc": "^3.5",
    "c12": "^3.3.0",
    "commander": "^14.0.1",
    "consola": "^3.4.2",
    "dedent": "^1.7.0",
    "deepmerge": "^4.3.1",
    "diff": "^8.0.2",
    "fs-extra": "^11.3.2",
    "fuzzysort": "^3.1.0",
    "get-tsconfig": "^4.10.1",
    "magic-string": "^0.30.19",
    "nypm": "^0.6.2",
    "ofetch": "^1.4.1",
    "ora": "^9.0.0",
    "pathe": "^2.0.3",
    "postcss": "^8.5.6",
    "prompts": "^2.4.2",
    "reka-ui": "^2.5.1",
    "semver": "^7.7.2",
    "stringify-object": "^6.0.0",
    "tailwindcss": "^4.1.14",
    "tinyexec": "^1.0.1",
    "tinyglobby": "^0.2.15",
    "ts-morph": "^27.0.0",
    "undici": "^7.16.0",
    "vue-metamorph": "^3.3.3",
    "zod": "^3.25.76",
    "zod-to-json-schema": "^3.24.6"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^22",
    "@types/prompts": "^2.4.9",
    "@types/semver": "^7.7.1",
    "@types/stringify-object": "^4.0.5",
    "msw": "^2.11.3",
    "tsdown": "^0.15.6",
    "type-fest": "^5.0.1",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown",
    "typecheck": "tsc --noEmit",
    "clean": "node ./scripts/rimraf.js",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "start:dev": "REGISTRY_URL=http://localhost:5173/r node dist/index.js",
    "start": "node dist/index.js",
    "release": "changeset version",
    "pub:beta": "pnpm build && pnpm publish --no-git-checks --access public --tag beta",
    "pub:next": "pnpm build && pnpm publish --no-git-checks --access public --tag next",
    "pub:release": "pnpm build && pnpm publish  --no-git-checks --access public",
    "test": "vitest run",
    "test:update": "vitest run -u",
    "test:ui": "vitest --ui"
  }
}