@kephas/ngx-oidc
Version:
Provides the integration of the OIDC API with Kephas and Angular 12+.
54 lines • 1.5 kB
JSON
{
"name": "@kephas/ngx-oidc",
"version": "1.0.0-rc.10",
"description": "Provides the integration of the OIDC API with Kephas and Angular 12+.",
"repository": {
"type": "git",
"url": "https://github.com/kephas-software/kephas-js/tree/master/src/projects/kephas/ngx-oidc"
},
"keywords": [
"kephas",
"angular",
"ng",
"oidc"
],
"author": {
"name": "Kephas Software SRL"
},
"license": "MIT",
"peerDependencies": {
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/router": "^13.0.0",
"@kephas/core": "~1.0.0",
"@kephas/ngx-core": "~1.0.0",
"@kephas/reflection": "~1.0.0",
"@kephas/ui": "~1.0.0",
"rxjs": "^6.5.3 || ^7.0.0",
"zone.js": "~0.11.4",
"oidc-client": "~1.11.5"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/kephas-ngx-oidc.mjs",
"es2020": "fesm2020/kephas-ngx-oidc.mjs",
"esm2020": "esm2020/kephas-ngx-oidc.mjs",
"fesm2020": "fesm2020/kephas-ngx-oidc.mjs",
"fesm2015": "fesm2015/kephas-ngx-oidc.mjs",
"typings": "kephas-ngx-oidc.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./kephas-ngx-oidc.d.ts",
"esm2020": "./esm2020/kephas-ngx-oidc.mjs",
"es2020": "./fesm2020/kephas-ngx-oidc.mjs",
"es2015": "./fesm2015/kephas-ngx-oidc.mjs",
"node": "./fesm2015/kephas-ngx-oidc.mjs",
"default": "./fesm2020/kephas-ngx-oidc.mjs"
}
},
"sideEffects": false
}