infra/tests/support/keycloak-realm-export/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
348 B
JSON
Raw Normal View History

{
"name": "keycloak-realm-export",
"version": "1.0.0",
"main": "src/index.mjs",
"scripts": {
"start": "node src/index.mjs"
},
"bin": {
"puppeteer-socket": "src/index.mjs"
},
"author": "",
"license": "AGPL-3.0-or-later",
"description": "",
"dependencies": {
"puppeteer-core": "^23.1.1",
"uuid": "^10.0.0"
}
}