mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
11 lines
179 B
JSON
11 lines
179 B
JSON
{
|
|
"name": "websocket-server",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"bufferutil": "4.0.7",
|
|
"utf-8-validate": "6.0.3",
|
|
"ws": "8.13.0"
|
|
}
|
|
}
|