{
  "name": "@edirect/auth",
  "version": "11.0.60",
  "packageScope": "@edirect",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/src/index.js",
      "default": "./dist/src/index.js",
      "require": "./dist/src/index.js",
      "types": "./dist/src/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nestjs/axios": "^4.0.1",
    "@nestjs/cache-manager": "^3.1.2",
    "@nestjs/common": "^11.1.19",
    "@nestjs/core": "^11.1.19",
    "axios": "^1.16.0",
    "cache-manager": "^7.2.8",
    "debug": "^4.4.3",
    "express": "^5.2.1",
    "jsonwebtoken": "^9.0.3",
    "jwks-rsa": "^4.0.1",
    "keycloak-authorization-services": "^2.0.5",
    "lodash": "^4.18.1",
    "rxjs": "^7.8.2",
    "tslib": "^2.8.1",
    "@edirect/config": "11.0.60"
  },
  "devDependencies": {
    "@faker-js/faker": "^10.4.0",
    "@nestjs/testing": "^11.1.19",
    "@types/debug": "^4.1.13",
    "@types/express": "^5.0.6",
    "@types/jsonwebtoken": "^9.0.10",
    "@types/lodash": "^4.17.24",
    "supertest": "^7.2.2"
  },
  "nx": {
    "name": "@edirect/auth",
    "targets": {
      "build": {
        "executor": "@nx/js:tsc",
        "options": {
          "main": "{workspaceRoot}/packages/edirect-auth/src/index.ts",
          "tsConfig": "{workspaceRoot}/packages/edirect-auth/tsconfig.lib.json",
          "outputPath": "{workspaceRoot}/packages/edirect-auth/dist",
          "assets": [
            "{workspaceRoot}/packages/edirect-auth/package.json",
            "{workspaceRoot}/packages/edirect-auth/README.md"
          ]
        }
      }
    }
  }
}