{
  "name": "@s3pweb/keycloak-admin-client-cjs",
  "version": "26.6.1",
  "description": "Keycloak Admin Client compiled in CommonJS.",
  "keywords": [
    "keycloak-admin-client",
    "CommonJS",
    "NestJS"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "compile": "tsc --noEmit",
    "build": "esbuild dist/index.d.ts --platform=node --bundle --format=cjs --outfile=dist/index.js",
    "prepublish": "npm run compile && npm run build",
    "prepare": "husky",
    "release": "commit-and-tag-version -s"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/s3pweb/keycloak-admin-client-cjs"
  },
  "author": "s3pweb",
  "license": "MIT",
  "dependencies": {
    "@keycloak/keycloak-admin-client": "26.6.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.4.2",
    "@commitlint/config-conventional": "^20.4.2",
    "commit-and-tag-version": "^12.6.1",
    "esbuild": "0.27.3",
    "husky": "^9.1.7"
  },
  "files": [
    "dist/**/*"
  ]
}
