d60dee7622
Closes #32826 Signed-off-by: Jon Koops <jonkoops@gmail.com>
36 lines
783 B
JSON
36 lines
783 B
JSON
{
|
|
"name": "keycloak-js",
|
|
"version": "999.0.0-SNAPSHOT",
|
|
"type": "module",
|
|
"description": "A client-side JavaScript OpenID Connect library that can be used to secure web applications.",
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/keycloak.d.ts",
|
|
"default": "./lib/keycloak.js"
|
|
},
|
|
"./authz": {
|
|
"types": "./lib/keycloak-authz.d.ts",
|
|
"default": "./lib/keycloak-authz.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keycloak/keycloak.git"
|
|
},
|
|
"author": "Keycloak",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://www.keycloak.org",
|
|
"keywords": [
|
|
"keycloak",
|
|
"sso",
|
|
"oauth",
|
|
"oauth2",
|
|
"authentication"
|
|
]
|
|
}
|