{
  "name": "@rebno/protocol",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "Phase 4 SRV-01/SRV-13/SRV-14 — wire types: Colyseus Schema (state-diff), zod (c2s intents), msgpackr (s2c events), PROTOCOL_VERSION constant, build-time copy of tools/protocol-doc/output/protocol.ts.",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "scripts": {
    "prebuild": "node scripts/sync-from-tools-protocol-doc.mjs",
    "build": "tsc",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@colyseus/schema": "4.0.23",
    "msgpackr": "1.11.10",
    "zod": "^3.23"
  },
  "devDependencies": {
    "typescript": "5.6.3",
    "tsx": "4.21.0",
    "vitest": "4.1.5",
    "@types/node": "25.6.0"
  }
}
