| { | |
| "name": "@tanstack/svelte-query-devtools", | |
| "version": "5.83.0", | |
| "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", | |
| "author": "Lachlan Collins", | |
| "license": "MIT", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/TanStack/query.git", | |
| "directory": "packages/svelte-query-devtools" | |
| }, | |
| "homepage": "https://tanstack.com/query", | |
| "funding": { | |
| "type": "github", | |
| "url": "https://github.com/sponsors/tannerlinsley" | |
| }, | |
| "scripts": { | |
| "clean": "premove ./dist ./coverage ./.svelte-kit ./dist-ts", | |
| "compile": "tsc --build", | |
| "test:types": "svelte-check --tsconfig ./tsconfig.json", | |
| "test:eslint": "eslint ./src", | |
| "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": { | |
| ".": { | |
| "@tanstack/custom-condition": "./src/index.ts", | |
| "types": "./dist/index.d.ts", | |
| "svelte": "./dist/index.js", | |
| "import": "./dist/index.js" | |
| }, | |
| "./package.json": "./package.json" | |
| }, | |
| "files": [ | |
| "dist", | |
| "src", | |
| "!src/__tests__" | |
| ], | |
| "dependencies": { | |
| "@tanstack/query-devtools": "workspace:*", | |
| "esm-env": "^1.2.1" | |
| }, | |
| "devDependencies": { | |
| "@sveltejs/package": "^2.4.0", | |
| "@sveltejs/vite-plugin-svelte": "^5.1.1", | |
| "@tanstack/svelte-query": "workspace:*", | |
| "eslint-plugin-svelte": "^3.11.0", | |
| "svelte": "^5.36.8", | |
| "svelte-check": "^4.3.0" | |
| }, | |
| "peerDependencies": { | |
| "@tanstack/svelte-query": "workspace:^", | |
| "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0" | |
| } | |
| } | |