{
  "name": "@ngneat/query",
  "version": "3.4.0",
  "description": "Primitives for managing, caching and syncing asynchronous and remote data in Angular",
  "license": "MIT",
  "repository": "ngneat/query",
  "homepage": "https://github.com/ngneat",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/ngneat"
  },
  "peerDependencies": {
    "@tanstack/query-core": "^5.99.0",
    "@angular/core": ">=16.0.0 <=21.x.x"
  },
  "dependencies": {
    "tslib": "^2.4.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "module": "fesm2022/ngneat-query.mjs",
  "typings": "types/ngneat-query.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngneat-query.d.ts",
      "default": "./fesm2022/ngneat-query.mjs"
    }
  },
  "type": "module"
}