{
  "name": "cojson-transport-ws",
  "type": "module",
  "version": "0.20.16",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "dependencies": {
    "@opentelemetry/api": "^1.9.0",
    "cojson": "0.20.16"
  },
  "devDependencies": {
    "@opentelemetry/sdk-metrics": "^2.0.0",
    "@types/ws": "8.5.10",
    "typescript": "6.0.2",
    "ws": "^8.14.2"
  },
  "scripts": {
    "dev": "tsc --watch --sourceMap --outDir dist",
    "format-and-lint": "biome check .",
    "format-and-lint:fix": "biome check . --write",
    "test": "vitest --run --root ../../ --project cojson-transport-ws",
    "test:watch": "vitest --watch --root ../../ --project cojson-transport-ws",
    "build": "rm -rf ./dist && tsc --sourceMap --outDir dist"
  }
}