Files
keycloak/js/apps/create-keycloak-theme/package.json
dependabot[bot] 2f562198f2 Bump chalk from 5.4.0 to 5.4.1 in /js (#36111)
Bumps [chalk](https://github.com/chalk/chalk) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v5.4.0...v5.4.1)

---
updated-dependencies:
- dependency-name: chalk
  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>
2024-12-24 12:13:02 +00:00

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": "^12.1.0",
"fs-extra": "^11.2.0",
"mustache": "^4.2.0",
"simple-git": "^3.27.0"
}
}