server for my chess game
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index ddb5c4e..6b6f62e 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "gd-com-tcp-basic",
+ "name": "gd-com-websocket-basic",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
@@ -10,9 +10,10 @@
"author": "",
"license": "MIT",
"dependencies": {
- "@gd-com/utils": "^4.1.0"
+ "@gd-com/utils": "^4.1.0",
+ "ws": "^6.1.3"
},
"engines": {
"node": "16.15"
}
-}
+} \ No newline at end of file