{
  "name": "@pawells/nestjs-auth",
  "version": "4.2.1",
  "type": "module",
  "description": "Decorator-based guards and Keycloak bridge for NestJS resource servers with online/offline token validation",
  "keywords": [
    "nestjs",
    "keycloak",
    "authentication",
    "authorization",
    "jwt",
    "jwks",
    "guards",
    "decorators"
  ],
  "license": "MIT",
  "author": {
    "name": "Phillip Aaron Wells",
    "email": "69355326+PhillipAWells@users.noreply.github.com"
  },
  "homepage": "https://github.com/PhillipAWells/workspace/tree/main/packages/nestjs-auth#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PhillipAWells/workspace.git",
    "directory": "packages/nestjs-auth"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/PhillipAWells"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "local": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./testing": {
      "local": "./src/testing/index.ts",
      "types": "./dist/testing/index.d.ts",
      "import": "./dist/testing/index.js",
      "default": "./dist/testing/index.js"
    }
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@pawells/logger": "^4.2.1",
    "@pawells/metrics": "^1.1.1",
    "@pawells/typescript-common": "^3.1.1",
    "express": "^5.0.0",
    "jose": "^6.0.0",
    "tslib": "^2.3.0",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^11.1.28",
    "@nestjs/core": "^11.1.28",
    "@nestjs/graphql": "^13.4.0"
  },
  "devDependencies": {
    "@nestjs/common": "^11.1.28",
    "@nestjs/core": "^11.1.28",
    "@nestjs/graphql": "^13.4.0",
    "@types/express": "^5.0.0",
    "graphql": "^16.14.0",
    "reflect-metadata": "^0.2.2",
    "rxjs": "^7.8.0"
  },
  "bugs": {
    "url": "https://github.com/PhillipAWells/workspace/issues"
  }
}