{ "name": "@tanstack/react-query-persist-client", "version": "4.0.10", "description": "TODO", "author": "tannerlinsley", "license": "MIT", "repository": "tanstack/query", "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "module": "build/esm/index.js", "main": "build/cjs/react-query-persist-client/src/index.js", "browser": "build/umd/index.production.js", "types": "build/types/packages/react-query-persist-client/src/index.d.ts", "files": [ "build/*", "src" ], "scripts": { "test:eslint": "../../node_modules/.bin/eslint --ext .ts,.tsx ./src", "compile": "../../node_modules/.bin/tsc -p tsconfig.json --noEmit --emitDeclarationOnly false" } }