🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
{
"name": "@tanstack/query-devtools",
"version": "5.52.3",
"description": "Developer tools to interact with and visualize the TanStack Query cache",
"author": "tannerlinsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/query.git",
"directory": "packages/query-devtools"
},
"homepage": "https://tanstack.com/query",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
"scripts": {
"clean": "rimraf ./build ./coverage",
"test:eslint": "eslint ./src",
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",
"test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js",
"test:types:ts53": "tsc",
"test:lib": "vitest",
"test:lib:dev": "pnpm run test:lib --watch",
"test:build": "publint --strict && attw --pack",
"build": "tsup",
"build:dev": "tsup --watch"
"type": "module",
"main": "./build/index.cjs",
"module": "./build/index.js",
"types": "./build/index.d.ts",
"browser": {},
"exports": {
"solid": {
"development": "./build/index.js",
"import": "./build/index.js"
"development": {
"import": {
"default": "./build/dev.js"
"require": "./build/dev.cjs"
"default": "./build/index.js"
"require": "./build/index.cjs"
"files": [
"build",
"src"
],
"devDependencies": {
"@kobalte/core": "^0.13.4",
"@solid-primitives/keyed": "^1.2.2",
"@solid-primitives/resize-observer": "^2.0.26",
"@solid-primitives/storage": "^1.3.11",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/query-core": "workspace:*",
"clsx": "^2.1.1",
"goober": "^2.1.14",
"solid-js": "^1.8.19",
"solid-transition-group": "^0.2.3",
"superjson": "^2.2.1",
"tsup-preset-solid": "^2.2.0",
"vite-plugin-solid": "^2.10.2"
}