{
  "author": "Nicholas Jamieson <nicholas@cartant.com>",
  "bugs": {
    "url": "https://github.com/cartant/eslint-plugin-rxjs-angular/issues"
  },
  "dependencies": {
    "@typescript-eslint/utils": "^8.35.0",
    "common-tags": "^1.8.2",
    "requireindex": "~1.2.0",
    "rxjs": "^7.8.2",
    "tslib": "^2.8.1",
    "tsutils": "^3.21.0",
    "tsutils-etc": "^1.4.2"
  },
  "description": "ESLint rules for RxJS and Angular",
  "devDependencies": {
    "@types/chai": "^5.0.1",
    "@types/common-tags": "^1.8.4",
    "@types/eslint": "^9.6.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.0.3",
    "@typescript-eslint/parser": "^8.35.0",
    "@typescript-eslint/rule-tester": "^8.35.0",
    "chai": "^5.2.0",
    "eslint": "^9.29.0",
    "mocha": "^11.7.0",
    "ts-node": "^10.9.2",
    "typescript": "~5.8.3",
    "typescript-eslint": "^8.35.0"
  },
  "files": [
    "dist",
    "docs"
  ],
  "homepage": "https://github.com/fast-facts/eslint-plugin-rxjs-angular",
  "keywords": [
    "lint",
    "rules",
    "eslint",
    "rxjs",
    "angular"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "name": "eslint-plugin-rxjs-angular-updated",
  "peerDependencies": {
    "eslint": "^9.0.0",
    "typescript": "^4.0.0 || ^5.0.0"
  },
  "private": false,
  "publishConfig": {
    "tag": "latest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fast-facts/eslint-plugin-rxjs-angular.git"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "lint": "eslint",
    "prebuild": "npm run clean",
    "build": "tsc -p tsconfig.dist.json",
    "test": "npm run test:rules",
    "test:debug": "mocha -r ts-node/register -t 5000 tests/rules/prefer-async-pipe.ts --watch-files ./**/*.ts --watch",
    "test:rules": "mocha -r ts-node/register -t 5000 tests/rules/*.ts",
    "test:specs": "mocha -r ts-node/register tests/*-spec.ts"
  },
  "version": "1.0.50"
}
