{
  "name": "eslint-plugin-rxjs-angular-x",
  "type": "module",
  "version": "1.0.1",
  "packageManager": "yarn@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7",
  "description": "ESLint v9+ rules for RxJS and Angular",
  "author": "Jason Weinzierl <weinzierljason@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/JasonWeinzierl/eslint-plugin-rxjs-angular-x",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JasonWeinzierl/eslint-plugin-rxjs-angular-x.git"
  },
  "publishConfig": {
    "provenance": true,
    "registry": "https://registry.npmjs.org"
  },
  "bugs": {
    "url": "https://github.com/JasonWeinzierl/eslint-plugin-rxjs-angular-x/issues"
  },
  "keywords": [
    "lint",
    "rules",
    "eslint",
    "rxjs",
    "angular"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsdown",
    "lint": "yarn lint-js && yarn lint-docs && yarn lint-eslint-docs",
    "lint-js": "eslint",
    "lint-docs": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
    "lint-eslint-docs": "yarn build && eslint-doc-generator --check",
    "docs": "eslint-doc-generator",
    "release": "bumpp && echo \"Create a new release in GitHub to trigger the publish workflow.\"",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit"
  },
  "resolutions": {
    "rolldown": "^1.0.0-rc.12"
  },
  "dependencies": {
    "@typescript-eslint/utils": "^8.58.0",
    "ts-api-utils": "^2.5.0"
  },
  "peerDependencies": {
    "eslint": "^10.0.0",
    "rxjs": "^7.2.0",
    "typescript": ">=4.8.4 <6.1.0"
  },
  "peerDependenciesMeta": {
    "rxjs": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/common-tags": "^1.8.4",
    "@types/node": "~20.19.33",
    "@typescript-eslint/rule-tester": "^8.58.0",
    "@vitest/coverage-v8": "^4.1.2",
    "@vitest/eslint-plugin": "^1.6.13",
    "bumpp": "^11.0.1",
    "common-tags": "^1.8.2",
    "eslint": "^10.1.0",
    "eslint-config-flat-gitignore": "^2.3.0",
    "eslint-doc-generator": "~3.3.2",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-eslint-plugin": "^7.3.2",
    "eslint-plugin-import-x": "^4.16.2",
    "eslint-plugin-n": "^17.24.0",
    "markdownlint-cli2": "~0.22.0",
    "rxjs": "^7.8.2",
    "tsdown": "~0.21.7",
    "typescript": "~6.0.2",
    "typescript-eslint": "^8.58.0",
    "vite": "^8.0.3",
    "vitest": "^4.1.2"
  },
  "engines": {
    "node": "^20.19.0 || ^22.13.0 || >=24"
  }
}
