c984b6a387
Bumps [@types/tar-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar-fs) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar-fs) --- updated-dependencies: - dependency-name: "@types/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>
24 lines
534 B
JSON
24 lines
534 B
JSON
{
|
|
"name": "keycloak-server",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "wireit",
|
|
"clear-data": "rm -r ./server/data"
|
|
},
|
|
"wireit": {
|
|
"start": {
|
|
"command": "./scripts/start-server.js",
|
|
"dependencies": [
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@octokit/rest": "^20.0.1",
|
|
"@types/gunzip-maybe": "^1.4.0",
|
|
"@types/tar-fs": "^2.0.2",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"tar-fs": "^3.0.4"
|
|
}
|
|
}
|