summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 16:47:52 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 16:47:52 +0200
commit421cf4c3db9a2810285b123dfd82f116f81d0fa7 (patch)
tree288d33739c2a947522fbb69a320aa4d3c5cbec2b /package.json
parent:bug: fix voicestate (diff)
downloadserver-ts-421cf4c3db9a2810285b123dfd82f116f81d0fa7.tar.xz
:sparkles: rabbitmq
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json

index 108b59f9..4a6043d6 100644 --- a/package.json +++ b/package.json
@@ -13,8 +13,9 @@ "author": "Fosscord", "license": "ISC", "dependencies": { - "@fosscord/server-util": "^1.3.43", + "@fosscord/server-util": "^1.3.51", "ajv": "^8.5.0", + "amqplib": "^0.8.0", "dotenv": "^8.2.0", "jsonwebtoken": "^8.5.1", "lambert-server": "^1.2.8", @@ -26,6 +27,7 @@ "ws": "^7.4.2" }, "devDependencies": { + "@types/amqplib": "^0.8.1", "@types/jsonwebtoken": "^8.5.0", "@types/mongoose-autopopulate": "^0.10.1", "@types/uuid": "^8.3.0",