{
  "name": "@unhead/vue",
  "type": "module",
  "version": "1.1.23",
  "packageManager": "pnpm@7.28.0",
  "author": "Harlan Wilton <harlan@harlanzw.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://unhead.harlanzw.com",
  "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",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./polyfill": {
      "types": "./dist/polyfill.d.ts",
      "require": "./dist/polyfill.cjs",
      "import": "./dist/polyfill.mjs"
    }
  },
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vue": ">=2.7 || >=3"
  },
  "dependencies": {
    "hookable": "^5.4.2",
    "@unhead/schema": "1.1.23",
    "@unhead/shared": "1.1.23",
    "unhead": "1.1.23"
  },
  "devDependencies": {
    "vue": "^3.2.47"
  },
  "scripts": {
    "build": "unbuild .",
    "stub": "unbuild . --stub",
    "export:sizes": "npx export-size . -r"
  }
}