@nebular/security
Version:
@nebular/security
49 lines • 1.06 kB
JSON
{
"name": "@nebular/security",
"version": "17.0.0",
"description": "@nebular/security",
"author": "akveo",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/nebular.git"
},
"bugs": {
"url": "https://github.com/akveo/nebular/issues"
},
"homepage": "https://github.com/akveo/nebular#readme",
"keywords": [
"angular",
"typescript",
"ng2-admin",
"ngx-admin",
"theme",
"auth",
"acl",
"security",
"login",
"register",
"nebular"
],
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/router": "^21.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/nebular-security.mjs",
"typings": "types/nebular-security.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/nebular-security.d.ts",
"default": "./fesm2022/nebular-security.mjs"
}
}
}