@dedel.alex/keycloak-admin-client-cjs
Version:
Keycloak Admin Client compiled in CommonJS.
39 lines (38 loc) • 986 B
JSON
{
"name": "@dedel.alex/keycloak-admin-client-cjs",
"version": "26.1.4",
"description": "Keycloak Admin Client compiled in CommonJS.",
"keywords": [
"keycloak-admin-client",
"CommonJS",
"AdonisJS",
"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 || true",
"release": "commit-and-tag-version -s"
},
"repository": {
"type": "git",
"url": "https://github.com/aDedel/keycloak-admin-client-cjs.git"
},
"author": "aDedel",
"license": "MIT",
"dependencies": {
"@keycloak/keycloak-admin-client": "26.1.4"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"commit-and-tag-version": "^12.5.0",
"esbuild": "^0.25.2",
"husky": "^9.1.7"
},
"files": [
"dist/**/*"
]
}