{
  "name": "@badisi/ngx-safe-subscribe",
  "version": "4.0.34",
  "description": "Easy way to automatically unsubscribe from RxJS observables in Angular components",
  "homepage": "https://github.com/Badisi/ngx-safe-subscribe",
  "license": "MIT",
  "sideEffects": true,
  "author": {
    "name": "Badisi"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Badisi/ngx-safe-subscribe"
  },
  "keywords": [
    "angular",
    "rxjs",
    "observable",
    "subscribe",
    "unsubscribe",
    "ondestroy",
    "safe-subscribe",
    "safesubscribe"
  ],
  "peerDependencies": {
    "@angular/core": ">= 14.0.0",
    "rxjs": ">= 6.0.0"
  },
  "module": "fesm2022/badisi-ngx-safe-subscribe.mjs",
  "typings": "types/badisi-ngx-safe-subscribe.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/badisi-ngx-safe-subscribe.d.ts",
      "default": "./fesm2022/badisi-ngx-safe-subscribe.mjs"
    }
  },
  "type": "module",
  "dependencies": {
    "tslib": "^2.3.0"
  }
}