{
  "name": "ngx-take-until-destroy",
  "version": "5.4.0",
  "description": "RxJS operator that unsubscribes when component destroyed",
  "license": "MIT",
  "maintainers": [
    "Netanel Basal"
  ],
  "repository": {
    "url": "https://github.com/NetanelBasal/ngx-take-until-destroy"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.(ts)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/__tests__/.*\\.(ts|js)$"
  },
  "peerDependencies": {
    "rxjs": "^6.0.0"
  },
  "devDependencies": {
    "@angular/compiler": "^6.1.9",
    "@angular/compiler-cli": "^6.1.9",
    "@angular/core": "^6.1.9",
    "@types/jest": "^22.0.1",
    "@types/node": "^10.1.4",
    "jest": "^22.0.5",
    "ng-packagr": "^4.2.0",
    "rxjs": "6.2.2",
    "ts-jest": "^22.4.6",
    "typescript": "^2.7.2"
  },
  "main": "bundles/ngx-take-until-destroy.umd.js",
  "module": "fesm5/ngx-take-until-destroy.js",
  "es2015": "fesm2015/ngx-take-until-destroy.js",
  "esm5": "esm5/ngx-take-until-destroy.js",
  "esm2015": "esm2015/ngx-take-until-destroy.js",
  "fesm5": "fesm5/ngx-take-until-destroy.js",
  "fesm2015": "fesm2015/ngx-take-until-destroy.js",
  "typings": "ngx-take-until-destroy.d.ts",
  "metadata": "ngx-take-until-destroy.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}