keycloak-scim/js/apps/create-keycloak-theme/package.json

21 lines
443 B
JSON
Raw Normal View History

{
"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"
}
}