080d459883
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 19.0.5 to 19.0.7. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v19.0.5...v19.0.7) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
521 B
JSON
23 lines
521 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": {
|
|
"@octokit/rest": "^19.0.7",
|
|
"@types/gunzip-maybe": "^1.4.0",
|
|
"@types/tar-fs": "^2.0.1",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"tar-fs": "^2.1.1"
|
|
}
|
|
}
|