{
  "name": "@ngneers/easy-ngrx-distinct-selector",
  "version": "21.0.0",
  "description": "Provides functions to easily create @ngrx/store selectors with equal functions for arguments and result values.",
  "repository": "https://github.com/MaSch0212/easy-ngrx-distinct-selector.git",
  "author": {
    "name": "Marc Schmidt (MaSch0212) @ NGneers",
    "url": "https://github.com/NGneers"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./esm/index.js"
    }
  },
  "keywords": [
    "@ngrx",
    "ngrx",
    "@ngrx/store",
    "selector",
    "distinct",
    "distinctUntilChanged",
    "equal"
  ],
  "peerDependencies": {
    "@ngrx/effects": "21",
    "@ngrx/store": "21"
  }
}