{ "name": "sync-client", "version": "0.13.0", "main": "dist/sync-client.node.js", "browser": "dist/sync-client.web.js", "types": "dist/types/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "dev": "webpack watch --mode development", "build": "webpack --mode production", "test": "tsx --test 'src/**/*.test.ts'" }, "devDependencies": { "byte-base64": "^1.1.0", "minimatch": "^10.0.1", "p-queue": "^8.1.0", "reconcile-text": "^0.8.0", "uuid": "^13.0.0", "@types/node": "^24.8.1", "ts-loader": "^9.5.2", "tslib": "2.8.1", "tsx": "^4.20.6", "typescript": "5.8.3", "webpack": "^5.99.9", "webpack-cli": "^6.0.1", "webpack-merge": "^6.0.1", "@sentry/browser": "^10.8.0", "ws": "^8.18.3" } }