8a42b4fd05
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.2 to 23.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v23.0.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "keycloak-js",
|
|
"version": "999.0.0-dev",
|
|
"description": "Keycloak Adapter",
|
|
"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/**", "rollup.config.ts", "tsconfig.json"],
|
|
"output": ["dist/**", "!dist/*.d.ts"]
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/keycloak/keycloak-ui"
|
|
},
|
|
"author": "Keycloak",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://www.keycloak.org",
|
|
"keywords": [
|
|
"keycloak",
|
|
"sso",
|
|
"oauth",
|
|
"oauth2",
|
|
"authentication"
|
|
],
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^23.0.0",
|
|
"@rollup/plugin-inject": "^5.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
"es6-promise": "^4.2.8",
|
|
"rollup": "^2.79.1",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
},
|
|
"dependencies": {
|
|
"base64-js": "^1.5.1",
|
|
"js-sha256": "^0.9.0"
|
|
}
|
|
}
|