summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2cb73c2..2258084 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,10 @@
"express": "^4.17.1",
"nodemailer": "^6.7.0",
"pug": "^3.0.2",
- "socket.io": "^4.3.1"
+ "ws": "^8.4.0"
+ },
+ "optionalDependencies": {
+ "bufferutil": "^4.0.6",
+ "utf-8-validate": "^5.0.8"
}
}