{
  "name": "@vue-macros/test-utils",
  "version": "3.0.0-beta.14",
  "description": "Test utilities for Vue Macros.",
  "type": "module",
  "keywords": [
    "vue-macros",
    "macros",
    "vue",
    "sfc",
    "setup",
    "script-setup",
    "test-utils"
  ],
  "license": "MIT",
  "homepage": "https://vue-macros.dev",
  "bugs": {
    "url": "https://github.com/vue-macros/vue-macros/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vue-macros/vue-macros.git",
    "directory": "packages/test-utils"
  },
  "author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
  "funding": "https://github.com/sponsors/vue-macros",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./*": "./*"
  },
  "publishConfig": {
    "access": "public",
    "tag": "next"
  },
  "dependencies": {
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@sxzz/test-utils": "^0.5.6",
    "@vitejs/plugin-vue-jsx": "^4.2.0",
    "rollup": "^4.41.1",
    "unplugin-oxc": "^0.4.4",
    "unplugin-vue": "^6.2.0"
  },
  "devDependencies": {
    "vite": "^6.3.5",
    "vue": "^3.5.16"
  },
  "engines": {
    "node": ">=20.18.0"
  },
  "scripts": {}
}