{
  "name": "@zhead/schema-vue",
  "version": "0.7.4",
  "packageManager": "pnpm@7.8.0",
  "description": "Schema for Vue head reactivity.",
  "author": "Harlan Wilton <harlan@harlanzw.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://github.com/harlan-zw/zhead#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harlan-zw/zhead.git",
    "directory": "packages/schema-vue"
  },
  "bugs": {
    "url": "https://github.com/harlan-zw/zhead/issues"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vue": ">=2.7 || >=3"
  },
  "dependencies": {
    "@vueuse/shared": "^9.2.0",
    "@zhead/schema": "0.7.4"
  },
  "devDependencies": {
    "vue": "^3.2.39"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub"
  }
}