{
  "name": "@ethercalc/socketio-shim",
  "version": "0.0.0",
  "private": true,
  "description": "Legacy socket.io v0.9 wire-format shim — translates old external embeds (Drupal sheetnode etc.) to the new native WS protocol (§7 items 8/23, §13 Q4)",
  "license": "CC0-1.0",
  "type": "module",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./framing": "./src/framing.ts",
    "./translate": "./src/translate.ts",
    "./handshake": "./src/handshake.ts",
    "./sid": "./src/sid.ts",
    "./adapter": "./src/adapter.ts",
    "./client/legacy-io": "./src/client/legacy-io.ts"
  },
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "mutation": "stryker run"
  },
  "dependencies": {
    "@ethercalc/shared": "workspace:*"
  },
  "devDependencies": {
    "@stryker-mutator/core": "^9.6.1",
    "@stryker-mutator/vitest-runner": "^9.6.1",
    "@types/node": "^22.9.0",
    "@vitest/coverage-istanbul": "^4.1.9",
    "vitest": "^4.1.9"
  }
}
