{
  "name": "@ngrx/eslint-plugin",
  "version": "21.1.0",
  "description": "NgRx ESLint Plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngrx/platform.git"
  },
  "keywords": [
    "RxJS",
    "Angular",
    "Redux",
    "NgRx"
  ],
  "author": "NgRx",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ngrx/platform/issues"
  },
  "homepage": "https://github.com/ngrx/platform#readme",
  "schematics": "./schematics/collection.json",
  "ng-update": {
    "packageGroupName": "@ngrx/store",
    "packageGroup": [
      "@ngrx/store",
      "@ngrx/effects",
      "@ngrx/entity",
      "@ngrx/router-store",
      "@ngrx/data",
      "@ngrx/schematics",
      "@ngrx/store-devtools",
      "@ngrx/component-store",
      "@ngrx/component",
      "@ngrx/eslint-plugin",
      "@ngrx/operators",
      "@ngrx/signals"
    ],
    "migrations": "./migrations/migration.json"
  },
  "ng-add": {
    "save": "devDependencies"
  },
  "sideEffects": false,
  "dependencies": {
    "strip-json-comments": "3.1.1"
  },
  "peerDependencies": {
    "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
    "typescript": "*",
    "typescript-eslint": "^8.0.0",
    "@typescript-eslint/utils": "^8.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./src/index.d.ts",
      "default": "./src/index.js"
    },
    "./v9": "./v9/index.js",
    "./v9/index": "./v9/index.js"
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}