{
  "name": "@unhead/vue",
  "type": "module",
  "version": "1.7.4",
  "author": "Harlan Wilton <harlan@harlanzw.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://unhead.unjs.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/unhead.git",
    "directory": "packages/vue"
  },
  "bugs": {
    "url": "https://github.com/unjs/unhead/issues"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./polyfill": {
      "types": "./dist/polyfill.d.ts",
      "import": "./dist/polyfill.mjs",
      "require": "./dist/polyfill.cjs"
    },
    "./vue2": {
      "types": "./dist/vue2.d.ts",
      "import": "./dist/vue2.mjs",
      "require": "./dist/vue2.cjs"
    },
    "./components": {
      "types": "./dist/components.d.ts",
      "import": "./dist/components.mjs",
      "require": "./dist/components.cjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vue": ">=2.7 || >=3"
  },
  "dependencies": {
    "hookable": "^5.5.3",
    "@unhead/schema": "1.7.4",
    "@unhead/shared": "1.7.4",
    "unhead": "1.7.4"
  },
  "devDependencies": {
    "vue": "^3.3.4"
  },
  "scripts": {
    "build": "unbuild .",
    "stub": "unbuild . --stub",
    "export:sizes": "npx export-size . -r"
  }
}