{
  "name": "zhead",
  "version": "2.0.4",
  "packageManager": "pnpm@7.8.0",
  "description": "All the types you need for your <head>",
  "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"
  },
  "bugs": {
    "url": "https://github.com/harlan-zw/zhead/issues"
  },
  "keywords": [
    "head",
    "types"
  ],
  "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"
  ],
  "devDependencies": {
    "@antfu/eslint-config": "^0.35.1",
    "@types/fs-extra": "^11.0.1",
    "@vitest/ui": "^0.28.3",
    "bumpp": "^8.2.1",
    "eslint": "^8.33.0",
    "fs-extra": "^11.1.0",
    "jsdom": "^21.1.0",
    "typescript": "^4.9.4",
    "unbuild": "^1.1.2",
    "utility-types": "^3.10.0",
    "vitest": "^0.28.3"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub",
    "test": "vitest",
    "export:sizes": "npx export-size -r",
    "release": "bumpp package.json --commit --push --tag",
    "lint": "eslint \"**/*.{ts,vue,json,yml}\" --fix"
  }
}