{
  "name": "@unhead/angular",
  "type": "module",
  "version": "3.1.8",
  "description": "Full-stack <head> manager built for Angular.",
  "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/angular"
  },
  "publishConfig": {
    "access": "public",
    "tag": "next"
  },
  "bugs": {
    "url": "https://github.com/unjs/unhead/issues"
  },
  "sideEffects": false,
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/unhead-angular.d.ts",
      "default": "./fesm2022/unhead-angular.mjs"
    },
    "./client": {
      "types": "./types/unhead-angular-client.d.ts",
      "default": "./fesm2022/unhead-angular-client.mjs"
    },
    "./server": {
      "types": "./types/unhead-angular-server.d.ts",
      "default": "./fesm2022/unhead-angular-server.mjs"
    }
  },
  "module": "fesm2022/unhead-angular.mjs",
  "types": "dist/types/unhead-angular.d.ts",
  "typesVersions": {
    "*": {
      "server": [
        "dist/types/unhead-angular-server.d.ts"
      ],
      "client": [
        "dist/types/unhead-angular-client.d.ts"
      ]
    }
  },
  "files": [
    "client.d.ts",
    "dist",
    "server.d.ts"
  ],
  "typings": "types/unhead-angular.d.ts",
  "peerDependencies": {
    "@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0",
    "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0"
  },
  "dependencies": {
    "tslib": "catalog:",
    "unhead": "workspace:*"
  }
}