UNPKG

@s3pweb/keycloak-admin-client-cjs

Version:

Keycloak Admin Client compiled in CommonJS.

39 lines (38 loc) 1.01 kB
{ "name": "@s3pweb/keycloak-admin-client-cjs", "version": "26.2.5", "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.git" }, "author": "s3pweb", "license": "MIT", "dependencies": { "@keycloak/keycloak-admin-client": "26.2.5" }, "devDependencies": { "@commitlint/cli": "^19.7.1", "@commitlint/config-conventional": "^19.7.1", "commit-and-tag-version": "^12.5.0", "esbuild": "0.25.0", "husky": "^9.1.7" }, "files": [ "dist/**/*" ] }