{
  "name": "rxjs-obs-unsubscribe",
  "version": "1.0.6",
  "description": "Typescript decorator for auto unsubscribe when component is destroyed.",
  "main": "dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "rm -rf ./dist && tsc"
  },
  "keywords": [
    "angular",
    "react",
    "rxjs",
    "observables",
    "unsubscribe",
    "typescript",
    "decorators",
    "javascript"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mangicapra/rxjs-obs-unsubscribe.git"
  },
  "bugs": {
    "url": "https://github.com/mangicapra/rxjs-obs-unsubscribe/issues"
  },
  "author": "Dragan Dejanovic",
  "license": "MIT",
  "peerDependencies": {
    "rxjs": "^6.6.3"
  },
  "devDependencies": {
    "typescript": "^4.0.5"
  }
}
