{
  "name": "@tanstack/svelte-query",
  "version": "6.1.29",
  "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte",
  "author": "Lachlan Collins",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/query.git",
    "directory": "packages/svelte-query"
  },
  "homepage": "https://tanstack.com/query",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "keywords": [
    "tanstack",
    "query",
    "svelte"
  ],
  "type": "module",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "svelte": "./dist/index.js",
  "exports": {
    ".": {
      "@tanstack/custom-condition": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "!src/__tests__"
  ],
  "dependencies": {
    "@tanstack/query-core": "5.100.10"
  },
  "devDependencies": {
    "@sveltejs/package": "^2.4.0",
    "@sveltejs/vite-plugin-svelte": "^5.1.1",
    "@testing-library/svelte": "^5.2.8",
    "@typescript-eslint/parser": "^8.48.0",
    "eslint-plugin-svelte": "^3.11.0",
    "svelte": "^5.39.3",
    "svelte-check": "^4.4.5",
    "typescript": "5.9.3",
    "@tanstack/query-test-utils": "0.0.0"
  },
  "peerDependencies": {
    "svelte": "^5.25.0"
  },
  "scripts": {
    "clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts",
    "compile": "tsc --build",
    "test:types": "svelte-check --tsconfig ./tsconfig.json",
    "test:eslint": "eslint --concurrency=auto ./src ./tests",
    "test:lib": "vitest",
    "test:lib:dev": "pnpm run test:lib --watch",
    "test:build": "publint --strict && attw --pack",
    "build": "svelte-package --input ./src --output ./dist"
  }
}