c29ac5723c
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.2 to 3.21.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.21.2...v3.21.3) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "keycloak-js",
|
|
"version": "999.0.0-SNAPSHOT",
|
|
"description": "A client-side JavaScript OpenID Connect library that can be used to secure web applications",
|
|
"main": "./dist/keycloak.js",
|
|
"module": "./dist/keycloak.mjs",
|
|
"types": "./dist/keycloak.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "rollup --config --configPlugin typescript",
|
|
"files": [
|
|
"src/**",
|
|
"package.json",
|
|
"rollup.config.ts",
|
|
"tsconfig.json"
|
|
],
|
|
"output": [
|
|
"dist/**",
|
|
"!dist/*.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/keycloak/keycloak"
|
|
},
|
|
"author": "Keycloak",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://www.keycloak.org",
|
|
"keywords": [
|
|
"keycloak",
|
|
"sso",
|
|
"oauth",
|
|
"oauth2",
|
|
"authentication"
|
|
],
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^24.1.0",
|
|
"@rollup/plugin-inject": "^5.0.3",
|
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
"@rollup/plugin-terser": "^0.4.1",
|
|
"@rollup/plugin-typescript": "^11.1.0",
|
|
"es6-promise": "^4.2.8",
|
|
"rollup": "^3.21.3"
|
|
},
|
|
"dependencies": {
|
|
"base64-js": "^1.5.1",
|
|
"js-sha256": "^0.9.0"
|
|
}
|
|
}
|