{
  "name": "@yantra-core/server-websocket",
  "version": "1.0.4",
  "main": "WebsocketServer.js",
  "type": "module",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "keywords": [],
  "author": "",
  "license": "AGPL",
  "description": "",
  "dependencies": {
    "@msgpack/msgpack": "^3.0.0-beta2",
    "@yantra-core/snapshots": "^1.0.0",
    "express": "^4.18.2",
    "nanoid": "^5.0.3",
    "ws": "^8.14.2"
  }
}
