UNPKG

@nebular/firebase-auth

Version:
49 lines 1.06 kB
{ "name": "@nebular/firebase-auth", "version": "16.0.0", "description": "@nebular/firebase-auth", "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", "login", "register", "nebular", "firebase" ], "peerDependencies": { "@angular/core": "^20.0.0", "@nebular/auth": "16.0.0", "rxjs": "^6.5.3 || ^7.4.0", "firebase": "^11.3.1", "@angular/fire": "^20.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/nebular-firebase-auth.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/nebular-firebase-auth.mjs" } } }