keycloak-scim/js/apps/keycloak-server/package.json
dependabot[bot] 4b96e483b2
Bump tar-fs from 3.0.3 to 3.0.4 in /js (#21403)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.3 to 3.0.4.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.3...v3.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 12:46:40 +00: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.4"
}
}