mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-13 02:53:46 +00:00
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"name": "websocket-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "websocket.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@netlify/functions": "^1.6.0",
|
|
"uuid": "^9.0.0",
|
|
"ws": "^8.13.0"
|
|
}
|
|
}
|