keycloak-scim/js/apps/keycloak-server/package.json
dependabot[bot] ed2d7bebb6
Bump tar-fs from 3.0.2 to 3.0.3 in /js (#21225)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.2 to 3.0.3.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.2...v3.0.3)

---
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-06-26 16:44:30 +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.3"
}
}