@janus-idp/backstage-plugin-keycloak-backend-dynamic
Version:
A Backend backend plugin for Keycloak
64 lines (63 loc) • 1.39 kB
JSON
{
"name": "@keycloak/keycloak-admin-client",
"version": "24.0.5+embedded",
"description": "A client to interact with Keycloak's Administration API",
"type": "module",
"main": "lib/index.js",
"files": [
"lib"
],
"types": "lib/index.d.ts",
"engines": {
"node": ">=18"
},
"wireit": {
"build": {
"command": "tsc --pretty",
"files": [
"src/**",
"package.json",
"tsconfig.json"
],
"output": [
"lib/**"
]
},
"lint": {
"command": "eslint . --ext js,jsx,mjs,ts,tsx"
},
"test": {
"command": "TS_NODE_PROJECT=tsconfig.test.json mocha --recursive \"test/**/*.spec.ts\" --timeout 10000"
}
},
"dependencies": {
"camelize-ts": "^3.0.0",
"url-join": "^5.0.0",
"url-template": "^3.1.1"
},
"devDependencies": {},
"author": {
"name": "Red Hat, Inc.",
"url": "https://www.keycloak.org/"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/keycloak/keycloak.git"
},
"homepage": "https://www.keycloak.org/",
"scripts": {
"build": "wireit",
"lint": "wireit",
"test": "wireit"
},
"private": true,
"overrides": {
"@aws-sdk/util-utf8-browser": {
"@smithy/util-utf8": "^2.0.0"
}
},
"resolutions": {
"@aws-sdk/util-utf8-browser": "npm:@smithy/util-utf8@~2"
}
}