{
  "name": "@phystack/hub-client",
  "version": "6.13.0",
  "main": "dist/index.js",
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "lint": "tsc --noEmit",
    "test": "bun test src",
    "test:ci": "bun test src"
  },
  "dependencies": {
    "@phystack/socket.io-proxy": "6.13.0",
    "axios": "^1.7.9",
    "lodash": "^4.17.21",
    "lodash.isnil": "^4.0.0",
    "lodash.omitby": "^4.6.0",
    "lodash.once": "^4.1.1",
    "socket.io-client": "^4.7.5",
    "uuid": "^11.0.5",
    "zod": "^3.24.2"
  },
  "optionalDependencies": {
    "@roamhq/wrtc": "^0.8.0",
    "bufferutil": "^4.0.9",
    "https-proxy-agent": "^7.0.6",
    "utf-8-validate": "^6.0.5"
  },
  "devDependencies": {
    "@phystack/tsconfig": "5.0.0",
    "@types/node": "^20.14.9",
    "@types/lodash.isnil": "^4.0.9",
    "@types/lodash.omitby": "^4.6.9",
    "@types/lodash.once": "^4.1.9",
    "rimraf": "^5.0.7",
    "typescript": "^5.5.2"
  }
}
