mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Bumps [commander](https://github.com/tj/commander.js) from 13.0.0 to 13.1.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v13.0.0...v13.1.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
502 B
JSON
24 lines
502 B
JSON
{
|
|
"name": "create-keycloak-theme",
|
|
"version": "999.0.0-SNAPSHOT",
|
|
"description": "Create a new Keycloak ui project based on a template",
|
|
"main": "create.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node create.js"
|
|
},
|
|
"bin": {
|
|
"create-keycloak-theme": "./create.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.4.1",
|
|
"commander": "^13.1.0",
|
|
"fs-extra": "^11.3.0",
|
|
"mustache": "^4.2.0",
|
|
"simple-git": "^3.27.0"
|
|
}
|
|
}
|