{
  "name": "@w11k/ngx-componentdestroyed",
  "version": "5.0.2",
  "license": "Apache-2.0",
  "main": "./dist/index.js",
  "module": "./dist/es2015/index.js",
  "typings": "dist/index.d.ts",
  "repository": "https://github.com/w11k/ngx-componentdestroyed",
  "keywords": [
    "Angular",
    "RxJS",
    "unsubscribe",
    "easy unsubscribe",
    "memory leak"
  ],
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "rxjs": ">=6.5.0"
  },
  "devDependencies": {
    "@types/chai": "4.1.2",
    "@types/mocha": "2.2.48",
    "chai": "4.1.2",
    "del-cli": "1.1.0",
    "mocha": "5.0.0",
    "np": "6.2.0",
    "source-map-support": "0.5.3",
    "ts-node": "4.1.0",
    "tslint": "^5.11.0",
    "typescript": "^3.1.6",
    "typings": "^2.1.1",
    "watch": "1.0.2"
  },
  "peerDependencies": {
    "rxjs": ">=6.0.0",
    "@angular/core": ">=9.x.x"
  },
  "scripts": {
    "np": "np",
    "clean": "del-cli dist",
    "build": "npm run clean ; npm run dist",
    "dist": "tsc -p tsconfig.json ; tsc -p tsconfig.dist.es2015.json",
    "dist.watch": "watch 'npm run test ; npm run dist' src",
    "test": "mocha --opts spec/mocha.opts src/**/*test.ts"
  }
}
