{
  "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": "./dist/types/unhead-angular.d.ts",
      "default": "./dist/fesm2022/unhead-angular.mjs"
    },
    "./client": {
      "types": "./dist/types/unhead-angular-client.d.ts",
      "default": "./dist/fesm2022/unhead-angular-client.mjs"
    },
    "./server": {
      "types": "./dist/types/unhead-angular-server.d.ts",
      "default": "./dist/fesm2022/unhead-angular-server.mjs"
    }
  },
  "module": "dist/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": "./dist/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": "^2.8.1",
    "unhead": "3.1.8"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^21.2.19",
    "@angular/cli": "^22.0.6",
    "@angular/common": "^22.0.6",
    "@angular/compiler": "^22.0.6",
    "@angular/compiler-cli": "^22.0.6",
    "@angular/core": "^22.0.6",
    "@angular/platform-browser": "^22.0.6",
    "@angular/platform-browser-dynamic": "^22.0.1",
    "@angular/platform-server": "^22.0.6",
    "zone.js": "^0.16.2"
  },
  "scripts": {
    "build": "ng build",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:attw": "true"
  }
}