{ "name": "@sd/client", "version": "0.0.0", "private": true, "main": "./src/index.ts", "files": [ "dist/**" ], "scripts": { "test": "jest", "lint": "eslint src", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "typecheck": "tsc -b", "build": "tsc" }, "dependencies": { "@rspc/client": "^0.0.0-main-7c0a67c1", "@rspc/react": "^0.0.0-main-7c0a67c1", "@sd/config": "workspace:*", "@tanstack/react-query": "^4.12.0", "valtio": "^1.7.4" }, "devDependencies": { "@types/react": "^18.0.21", "scripts": "*", "tsconfig": "*", "typescript": "^4.8.4" }, "peerDependencies": { "react": "^18.2.0" } }