{ "name": "@tanstack/react-query-persist-client", "version": "5.0.0-alpha.45", "description": "React bindings to work with persisters in TanStack/react-query", "author": "tannerlinsley", "license": "MIT", "repository": "tanstack/query", "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "types": "build/lib/index.d.ts", "main": "build/lib/index.js", "module": "build/lib/index.esm.js", "exports": { ".": { "types": "./build/lib/index.d.ts", "import": "./build/lib/index.mjs", "default": "./build/lib/index.js" }, "./package.json": "./package.json" }, "sideEffects": false, "files": [ "build/lib/*", "build/umd/*", "src" ], "scripts": { "clean": "rimraf ./build && rimraf ./coverage", "test:eslint": "eslint --ext .ts,.tsx ./src", "test:types": "tsc --noEmit", "test:lib": "vitest run --coverage", "test:lib:dev": "pnpm run test:lib --watch", "build": "pnpm build:rollup && pnpm build:types", "build:rollup": "rollup --config rollup.config.mjs", "build:types": "tsc --emitDeclarationOnly" }, "dependencies": { "@tanstack/query-persist-client-core": "^5.0.0-alpha.43" }, "devDependencies": { "@tanstack/react-query": "^5.0.0-alpha.43", "@types/react": "^18.2.4", "@types/react-dom": "^18.2.4", "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependencies": { "@tanstack/react-query": "^5.0.0-alpha.43" } }