{
  "name": "@nebular/auth",
  "version": "11.0.1",
  "description": "@nebular/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"
  ],
  "peerDependencies": {
    "@angular/common": "^15.0.0",
    "@angular/core": "^15.0.0",
    "@angular/router": "^15.0.0",
    "@angular/forms": "^15.0.0",
    "@nebular/theme": "11.0.1",
    "rxjs": "^6.5.3 || ^7.4.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "exports": {
    "./styles/prebuilt/corporate.css": {
      "style": "./styles/prebuilt/corporate.css"
    },
    "./styles/prebuilt/cosmic.css": {
      "style": "./styles/prebuilt/cosmic.css"
    },
    "./styles/prebuilt/dark.css": {
      "style": "./styles/prebuilt/dark.css"
    },
    "./styles/prebuilt/default.css": {
      "style": "./styles/prebuilt/default.css"
    },
    "./styles/globals": {
      "sass": "./styles/_globals.scss"
    },
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/nebular-auth.mjs",
      "es2020": "./fesm2020/nebular-auth.mjs",
      "es2015": "./fesm2015/nebular-auth.mjs",
      "node": "./fesm2015/nebular-auth.mjs",
      "default": "./fesm2020/nebular-auth.mjs"
    }
  },
  "module": "fesm2015/nebular-auth.mjs",
  "es2020": "fesm2020/nebular-auth.mjs",
  "esm2020": "esm2020/nebular-auth.mjs",
  "fesm2020": "fesm2020/nebular-auth.mjs",
  "fesm2015": "fesm2015/nebular-auth.mjs",
  "typings": "index.d.ts"
}