{
  "name": "unsubscribe-decorator",
  "version": "1.0.2",
  "description": "A decorator to unsubscribe from RxJs observables",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint": "eslint './src/**/*.{js,ts,tsx}'",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "build": "tsc",
    "watch": "tsc -w",
    "start": "nodemon",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/guram96/unsubscribe-decorator.git"
  },
  "keywords": [
    "Rxjs",
    "Observables",
    "Angular",
    "Angular 10",
    "Angular 2",
    "Unsubscribe",
    "Decorator",
    "Decorators"
  ],
  "author": {
    "name": "guram",
    "email": "soselia.guram@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guram96/unsubscribe-decorator/issues"
  },
  "homepage": "https://github.com/guram96/unsubscribe-decorator#readme",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-push": "npm run lint && npm test"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.10",
    "@typescript-eslint/eslint-plugin": "^4.8.2",
    "@typescript-eslint/parser": "^4.8.2",
    "eslint": "^7.14.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "nodemon": "^2.0.6",
    "prettier": "^2.2.0",
    "semantic-release": "^17.3.0",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.2"
  },
  "files": [
    "dist/**/*"
  ],
  "dependencies": {
    "rxjs": "^6.6.3"
  }
}
