{
  "name": "@vueuse/head",
  "version": "0.7.4",
  "license": "MIT",
  "description": "Document head manager for Vue 3. SSR ready.",
  "keywords": [
    "vue",
    "head",
    "document",
    "ssr",
    "meta"
  ],
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "node -r esbuild-register scripts/run-test.ts",
    "example": "vite example",
    "release": "shipjs prepare",
    "build": "tsup src/index.ts --format esm,cjs --dts",
    "prepublishOnly": "npm run build",
    "test:e2e": "ava"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vueuse/head"
  },
  "author": {
    "name": "EGOIST",
    "url": "https://egoist.sh"
  },
  "ava": {
    "extensions": [
      "ts",
      "tsx"
    ],
    "require": [
      "esbuild-register"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "prettier --write"
    ]
  },
  "sideEffects": false,
  "devDependencies": {
    "@egoist/prettier-config": "^0.1.0",
    "@happy-dom/global-registrator": "^2.24.5",
    "@types/node-fetch": "^2.5.8",
    "@vitejs/plugin-vue": "^1.1.5",
    "@vitejs/plugin-vue-jsx": "^1.0.2",
    "@vue/compiler-sfc": "^3.0.7",
    "@vue/server-renderer": "^3.0.5",
    "ava": "^3.15.0",
    "chrome-location": "^1.2.1",
    "esbuild-register": "^3.1.2",
    "execa": "^5.0.0",
    "happy-dom": "^2.24.5",
    "husky": "^4.3.8",
    "lint-staged": "^10.5.3",
    "node-fetch": "^2.6.1",
    "playwright-core": "^1.9.1",
    "prettier": "^2.2.1",
    "tsup": "^5.6.3",
    "typescript": "^4.2.3",
    "vite": "^2.0.5",
    "vue": "^3.0.5",
    "vue-router": "^4.0.3"
  },
  "peerDependencies": {
    "vue": ">=3"
  }
}
