summaryrefslogtreecommitdiff
path: root/tictactoe/server/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tictactoe/server/package.json')
-rw-r--r--tictactoe/server/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tictactoe/server/package.json b/tictactoe/server/package.json
new file mode 100644
index 0000000..da14355
--- /dev/null
+++ b/tictactoe/server/package.json
@@ -0,0 +1,5 @@
+{
+ "dependencies": {
+ "ws": "^8.6.0"
+ }
+}