keycloak-scim/js/apps/keycloak-server/package.json
dependabot[bot] b5c8fc55d3
Bump tar-fs from 2.1.1 to 3.0.2 in /js (#21085)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 3.0.2.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v3.0.2)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 20:19:16 +02:00

24 lines
576 B
JSON

{
"name": "keycloak-server",
"scripts": {
"start": "./scripts/start-server.mjs",
"import-client": "wireit",
"clear-data": "rm -r ./server/data"
},
"wireit": {
"import-client": {
"command": "./scripts/import-client.mjs",
"dependencies": [
"../../libs/keycloak-admin-client:build"
]
}
},
"dependencies": {
"@keycloak/keycloak-admin-client": "workspace:*",
"@octokit/rest": "^19.0.13",
"@types/gunzip-maybe": "^1.4.0",
"@types/tar-fs": "^2.0.1",
"gunzip-maybe": "^1.4.2",
"tar-fs": "^3.0.2"
}
}