{
  "name": "@analog-tools/auth-angular",
  "version": "0.0.24",
  "peerDependencies": {
    "@analogjs/router": "^2.5.0",
    "@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
    "@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
    "@angular/router": "^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
    "@trpc/client": "^10.25.0",
    "@trpc/server": "^10.25.0",
    "rxjs": "~7.8.0"
  },
  "sideEffects": false,
  "module": "fesm2022/analog-tools-auth-angular.mjs",
  "typings": "types/analog-tools-auth-angular.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/analog-tools-auth-angular.d.ts",
      "default": "./fesm2022/analog-tools-auth-angular.mjs"
    }
  },
  "type": "module",
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}