{ "name": "@tanstack/svelte-query", "version": "5.62.12", "description": "Primitives for managing, caching and syncing asynchronous and remote data in Svelte", "author": "Lachlan Collins", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/query.git", "directory": "packages/svelte-query" }, "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "scripts": { "clean": "rimraf ./dist ./coverage ./.svelte-kit", "test:types": "svelte-check --tsconfig ./tsconfig.json", "test:eslint": "eslint ./src", "test:lib": "vitest", "test:lib:dev": "pnpm run test:lib --watch", "test:build": "publint --strict && attw --pack", "build": "svelte-package --input ./src --output ./dist" }, "type": "module", "types": "dist/index.d.ts", "module": "dist/index.js", "svelte": "./dist/index.js", "exports": { ".": { "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": "workspace:*" }, "devDependencies": { "@sveltejs/package": "^2.3.7", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@testing-library/svelte": "^5.2.6", "eslint-plugin-svelte": "^2.46.0", "svelte": "^4.2.18", "svelte-check": "^4.0.0" }, "peerDependencies": { "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0" } }