{
  "name": "@web-udp/server",
  "version": "4.2.1",
  "description": "Node signaling server for the @web-udp/client package",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "author": "Eric.McDaniel <eric.g.mcdaniel@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@web-udp/client": "^4.2.1",
    "@web-udp/protocol": "^4.2.1",
    "shortid": "2.2.14",
    "ws": "7.0.1"
  },
  "gitHead": "0181dedbf3f0b47acdd1790cffa20ce2f48bdf28"
}
