{
  "name": "etlegacy-p2p-lobby",
  "version": "1.0.0",
  "description": "Lobby, WebRTC signalling and fallback-relay server for ET: Legacy matches hosted inside a browser.",
  "license": "GPL-3.0-or-later",
  "main": "lobby.js",
  "bin": {
    "etl-p2p-lobby": "lobby.js"
  },
  "scripts": {
    "start": "node lobby.js",
    "test": "node test-lobby.mjs && node test-p2p-client.mjs"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "ws": "^8.21.0"
  }
}
