mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"name": "websocket-server",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"bun-types": "^0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"bufferutil": "^4.0.7",
|
|
"utf-8-validate": "^5.0.10",
|
|
"ws": "^8.9.0"
|
|
}
|
|
}
|