{
  "name": "@analog-tools/auth",
  "version": "0.0.24",
  "description": "Authentication module for AnalogJS applications",
  "type": "module",
  "main": "./index.cjs",
  "module": "./index.js",
  "exports": {
    ".": "./index.js",
    "./angular": {
      "types": "./angular/types/analog-tools-auth-angular.d.ts",
      "default": "./angular/fesm2022/analog-tools-auth-angular.mjs"
    }
  },
  "author": "Gregor Speck <gregor.speck@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrBacony/analog-tools.git"
  },
  "homepage": "https://github.com/MrBacony/analog-tools/tree/main/packages/auth#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "analogjs",
    "auth",
    "authentication",
    "oauth",
    "angular",
    "session",
    "nitro",
    "h3",
    "analog-tools"
  ],
  "dependencies": {
    "@analog-tools/session": "^0.0.24",
    "@analog-tools/inject": "^0.0.24",
    "@analog-tools/logger": "^0.0.24",
    "jose": "^6.2.3"
  },
  "peerDependencies": {
    "h3": "^1.15.2",
    "uncrypto": "^0.1.3",
    "@analogjs/router": "^1.16.1 || ^2.0.0",
    "@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
    "@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
    "@angular/router": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0",
    "@trpc/client": "^10.25.0",
    "rxjs": "^7.8.0"
  },
  "peerDependenciesMeta": {
    "@analogjs/router": {
      "optional": true
    },
    "@angular/core": {
      "optional": true
    },
    "@angular/common": {
      "optional": true
    },
    "@angular/router": {
      "optional": true
    }
  }
}