keycloak-scim/libs/keycloak-js/package.json
dependabot[bot] bfc926b2bb
Bump rollup from 2.79.1 to 3.2.2 (#3577)
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.2.2.
- [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/v2.79.1...v3.2.2)

---
updated-dependencies:
- dependency-name: rollup
  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>
2022-10-17 10:41:13 +02:00

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": "^9.0.1",
"es6-promise": "^4.2.8",
"rollup": "^3.2.2",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"base64-js": "^1.5.1",
"js-sha256": "^0.9.0"
}
}