{
  "name": "unplugin-vue",
  "type": "module",
  "version": "7.2.0",
  "description": "Transform Vue 3 SFC to JavaScript.",
  "author": "Kevin Deng <sxzz@sxzz.moe>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/sxzz",
  "homepage": "https://github.com/unplugin/unplugin-vue#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unplugin/unplugin-vue.git"
  },
  "bugs": {
    "url": "https://github.com/unplugin/unplugin-vue/issues"
  },
  "keywords": [
    "vue",
    "sfc",
    "unplugin",
    "vite",
    "webpack",
    "rollup",
    "esbuild"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./api": "./dist/api.mjs",
    "./esbuild": "./dist/esbuild.mjs",
    "./farm": "./dist/farm.mjs",
    "./rolldown": "./dist/rolldown.mjs",
    "./rollup": "./dist/rollup.mjs",
    "./rspack": "./dist/rspack.mjs",
    "./vite": "./dist/vite.mjs",
    "./webpack": "./dist/webpack.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*.d.mts",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=20.19.0"
  },
  "peerDependencies": {
    "vue": "^3.2.25"
  },
  "dependencies": {
    "@jridgewell/gen-mapping": "^0.3.13",
    "@jridgewell/trace-mapping": "^0.3.31",
    "@vue/reactivity": "^3.5.33",
    "obug": "^2.1.1",
    "unplugin": "^3.0.0",
    "vite": "^8.0.10"
  },
  "devDependencies": {
    "@babel/types": "^7.29.0",
    "@farmfe/core": "2.0.0-nightly-20250411141103",
    "@sxzz/eslint-config": "^7.8.4",
    "@sxzz/prettier-config": "^2.3.1",
    "@sxzz/test-utils": "^0.5.18",
    "@types/node": "^25.6.0",
    "@typescript/native-preview": "7.0.0-dev.20260427.1",
    "@vitejs/plugin-vue": "^6.0.6",
    "@vitest/ui": "^4.1.5",
    "bumpp": "^11.0.1",
    "esbuild": "^0.28.0",
    "eslint": "^10.2.1",
    "premove": "^4.0.0",
    "prettier": "^3.8.3",
    "rollup": "^4.60.2",
    "source-map-js": "^1.2.1",
    "tsdown": "^0.21.10",
    "tsdown-preset-sxzz": "^0.5.0",
    "typescript": "^6.0.3",
    "unplugin-oxc": "^0.6.1",
    "vitest": "^4.1.5",
    "vue": "^3.6.0-beta.10",
    "webpack": "^5.106.2"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "test": "vitest",
    "build": "tsdown",
    "dev": "tsdown --watch",
    "release": "bumpp",
    "lint": "eslint --max-warnings 0 .",
    "typecheck": "tsgo --noEmit"
  }
}