UNPKG

@nodearch/keycloak

Version:
53 lines 1.17 kB
{ "name": "@nodearch/keycloak", "version": "2.1.2", "description": "NodeArch Keycloak Wrapper", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "type": "module", "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/nodearch/nodearch.git" }, "keywords": [ "nodearch", "nodearch-joi", "joi" ], "author": "https://github.com/AhmedAli7O1", "license": "MIT", "bugs": { "url": "https://github.com/nodearch/nodearch/issues", "email": "bluemax7o1@gmail.com" }, "dependencies": { "axios": "^1.7.9", "jsonwebtoken": "^9.0.2", "jwks-rsa": "^3.1.0", "query-string": "^9.1.1", "@types/jsonwebtoken": "^9.0.4" }, "devDependencies": { "@nodearch/core": "^2.2.2", "@types/node": "^22.10.10", "rimraf": "^6.0.1", "typescript": "^5.7.3", "reflect-metadata": "^0.2.2", "@types/jsonwebtoken": "^9.0.4" }, "peerDependencies": { "@nodearch/core": "^2.2.2", "reflect-metadata": "^0.x.x" }, "scripts": { "build": "rimraf ./dist/ && tsc", "build:watch": "tsc" } }