15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"name": "keycloak-google-broker-e2e",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test:first-broker": "node first-broker-login.mjs",
|
|
"test:claim-mapping": "node claim-mapping.mjs",
|
|
"test:claim-to-role": "node claim-to-role.mjs"
|
|
},
|
|
"dependencies": {
|
|
"playwright-core": "1.55.1"
|
|
}
|
|
}
|