{
  "name": "@tanstack/angular-query-experimental",
  "version": "5.71.10",
  "description": "Signals for managing, caching and syncing asynchronous and remote data in Angular",
  "author": "Arnoud de Vries",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/query.git",
    "directory": "packages/angular-query-experimental"
  },
  "homepage": "https://tanstack.com/query",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "keywords": [
    "angular query",
    "angular",
    "cache",
    "performance",
    "reactive",
    "rxjs",
    "signals",
    "state management",
    "state",
    "tanstack"
  ],
  "type": "module",
  "types": "build/index.d.ts",
  "module": "build/index.mjs",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./build/index.mjs"
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "sideEffects": false,
  "files": [
    "build",
    "src",
    "!src/__tests__"
  ],
  "dependencies": {
    "@tanstack/query-core": "5.71.10",
    "@tanstack/query-devtools": "5.71.5"
  },
  "devDependencies": {
    "@angular/compiler": "^19.2.4",
    "@angular/core": "^19.2.4",
    "@angular/platform-browser": "^19.2.4",
    "@angular/platform-browser-dynamic": "^19.2.4",
    "eslint-plugin-jsdoc": "^50.5.0",
    "npm-run-all2": "^5.0.0"
  },
  "peerDependencies": {
    "@angular/common": ">=16.0.0",
    "@angular/core": ">=16.0.0"
  },
  "scripts": {}
}