afec4401fc
* initial version of the kc-create tool Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> * Update js/apps/kc-create/package.json Co-authored-by: Jon Koops <jonkoops@gmail.com> Signed-off-by: Erik Jan de Wit <edewit@redhat.com> * renamed and addressed review Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> --------- Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com> Signed-off-by: Erik Jan de Wit <edewit@redhat.com> Co-authored-by: Jon Koops <jonkoops@gmail.com>
20 lines
443 B
JSON
20 lines
443 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"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"commander": "^12.1.0",
|
|
"fs-extra": "^11.2.0",
|
|
"mustache": "^4.2.0",
|
|
"simple-git": "^3.25.0"
|
|
}
|
|
}
|