{
  "name": "@devlearning/jwt-auth",
  "version": "19.2.1",
  "peerDependencies": {
    "@angular/common": "^19.2.1",
    "@angular/core": "^19.2.1",
    "rxjs": "^7.5.0",
    "@devlearning/mutex-fast-lock": "^19.2.1"
  },
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "description": "Jwt Angular Authentication manager with automatic Refresh Token management.",
  "author": "Luca Evaroni",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DeVLearninGRepo/jwt-auth/issues"
  },
  "homepage": "https://github.com/DeVLearninGRepo/jwt-auth",
  "keywords": [
    "Angular",
    "JWT",
    "Token",
    "Authentication",
    "Authorization",
    "RefreshToken",
    "Bearer",
    "oAuth",
    "DeVLearninG"
  ],
  "module": "fesm2022/devlearning-jwt-auth.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/devlearning-jwt-auth.mjs"
    }
  },
  "sideEffects": false
}