{ "name": "@xo-cash/sync-client", "version": "1.0.0", "description": "A minimal sync client for the XO Cash Sync Server", "main": "index.js", "type": "module", "scripts": { "build": "tsc", "start": "tsx src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^26.6.1", "tsx": "^4.23.1", "typescript": "^7.0.2" }, "dependencies": { "@bitauth/libauth": "^3.0.0", "@xo-cash/primitives": "^0.0.2", "@xo-cash/utils": "git+https://git.harvmaster.com/Harvmaster/xo-cash-utils.git", "zod": "^4.4.3" } }