8791568054
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.4 to 3.0.5. - [Commits](https://github.com/mafintosh/tar-fs/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: tar-fs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"name": "keycloak-server",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "wireit",
|
|
"delete-data": "rm -r ./server/data",
|
|
"delete-server": "rm -r ./server"
|
|
},
|
|
"wireit": {
|
|
"start": {
|
|
"command": "node ./scripts/start-server.js",
|
|
"dependencies": [
|
|
"../../libs/keycloak-admin-client:build"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@keycloak/keycloak-admin-client": "workspace:*",
|
|
"@octokit/rest": "^20.0.2",
|
|
"@types/gunzip-maybe": "^1.4.2",
|
|
"@types/tar-fs": "^2.0.4",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"tar-fs": "^3.0.5"
|
|
}
|
|
}
|