{ "name": "keycloak-react-theming", "version": "0.0.2", "description": "Provides a way to customize Keycloak login and register pages with React", "repository": { "type": "git", "url": "git://github.com/garronej/keycloak-react-theming.git" }, "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "scripts": { "build": "npm run tsc && npm run grant-exec-perms", "grant-exec-perms": "chmod +x dist/bin/build-keycloak-theme/index.js", "test": "node dist/test/build-keycloak-theme.js", "enable_short_import_path": "npm run build && denoify_enable_short_npm_import_path" }, "bin": { "build-keycloak-theme": "dist/bin/build-keycloak-theme" }, "author": "u/garronej", "license": "MIT", "files": [ "src/", "!src/test/", "dist/", "!dist/test/", "!dist/tsconfig.tsbuildinfo" ], "keywords": [ "keycloak", "react", "theme" ], "homepage": "https://github.com/garronej/keycloak-react-theming", "devDependencies": { "@types/node": "^10.0.0", "denoify": "^0.6.4", "evt": "beta", "typescript": "^4.1.5", "scripting-tools": "^0.19.13" }, "dependencies": { "cheerio": "^1.0.0-rc.5" } }