{
  "name": "@xemahq/identity-client",
  "version": "0.9.6",
  "description": "NestJS client library and standalone HTTP client for Identity API - service registration, credential management, and JWT token lifecycle",
  "author": "Neuralchowder Inc. <developer@xema.dev> (https://xema.dev)",
  "license": "LicenseRef-Xema-BSL-1.1",
  "homepage": "https://xema.dev",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xema-dev/identity-api.git",
    "directory": "packages/identity-client"
  },
  "bugs": "https://github.com/xema-dev/identity-api/issues",
  "keywords": [
    "nestjs",
    "identity",
    "service-account",
    "authentication",
    "keycloak",
    "microservices"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:watch": "tsc -p tsconfig.build.json --watch",
    "clean": "rm -rf dist",
    "test": "jest --config jest.config.js",
    "prepack": "npm run clean && npm run build"
  },
  "dependencies": {
    "@nestjs/common": "^11.0.0",
    "@nestjs/config": "^4.0.0"
  },
  "peerDependencies": {
    "reflect-metadata": "^0.1.12 || ^0.2.0"
  },
  "peerDependenciesMeta": {
    "reflect-metadata": {
      "optional": true
    }
  },
  "devDependencies": {
    "@nestjs/common": "^11.0.0",
    "@nestjs/config": "^4.0.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.0.0",
    "jest": "^30.0.0",
    "reflect-metadata": "^0.2.2",
    "ts-jest": "^29.0.0",
    "typescript": "^5.9.0"
  },
  "overrides": {
    "brace-expansion@^1": "^1.1.18",
    "brace-expansion@^2": "^2.1.4",
    "js-yaml@^3": "^3.15.1"
  }
}
