{
  "name": "bridge.io",
  "version": "3.0.21",
  "description": "NodeJS Realtime WebSocket Framework",
  "main": "index.js",
  "types": "index.d.ts",
  "type": "commonjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "bridge",
    "io",
    "socket",
    "websocket",
    "real-time",
    "full-duplex",
    "bidirectional",
    "nodejs",
    "tcp"
  ],
  "author": "Hossein Zare",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hossein-zare/bridge.io.git"
  },
  "dependencies": {
    "express": "^4.17.1",
    "ws": "^8.2.0"
  }
}
