keycloak-scim/js/libs/keycloak-admin-client/package.json
dependabot[bot] db42bb1aeb
Bump @types/node from 22.2.0 to 22.3.0 (#32146)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.2.0 to 22.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 15:11:03 +00:00

69 lines
1.5 KiB
JSON

{
"name": "@keycloak/keycloak-admin-client",
"version": "999.0.0-SNAPSHOT",
"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"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "wireit",
"lint": "wireit",
"test": "wireit",
"prepublishOnly": "pnpm build"
},
"wireit": {
"build": {
"command": "tsc --pretty",
"files": [
"src/**",
"package.json",
"tsconfig.json"
],
"output": [
"lib/**"
]
},
"lint": {
"command": "eslint ."
},
"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": {
"@faker-js/faker": "^8.4.1",
"@types/chai": "^4.3.17",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.7",
"@types/node": "^22.3.0",
"chai": "^5.1.1",
"lodash-es": "^4.17.21",
"mocha": "^10.7.3",
"ts-node": "^10.9.2"
},
"author": {
"name": "Red Hat, Inc.",
"url": "https://www.keycloak.org/"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/keycloak/keycloak.git",
"directory": "js/libs/keycloak-admin-client"
},
"homepage": "https://www.keycloak.org/"
}