{
  "name": "@novin-develop/keycloak-admin-client-cjs",
  "version": "25.0.2",
  "description": "Keycloak Admin Client compiled in CommonJS.",
  "keywords": [
    "keycloak-admin-client",
    "CommonJS",
    "NestJS"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "esbuild dist/index.d.ts --platform=node --bundle --format=cjs --outfile=dist/index.js",
    "prepublish": "npm run build",
    "prepare": "husky install",
    "release": "commit-and-tag-version -s"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kingHd1986/keycloak-admin-client-cjs"
  },
  "author": "Hamid Zare",
  "license": "MIT",
  "dependencies": {
    "@keycloak/keycloak-admin-client": "^25.0.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.4.2",
    "@commitlint/config-conventional": "^17.4.2",
    "commit-and-tag-version": "^11.0.0",
    "esbuild": "^0.17.3",
    "husky": "^8.0.3"
  },
  "files": [
    "dist/**/*"
  ]
}
