{ "name": "test-keycloak-auth-app", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "keycloak-js": "^26.2.0", "typescript": "^5.8.3", "vite": "^7.0.4" } }