summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index 335b85c..d72faab 100644
--- a/package.json
+++ b/package.json
@@ -7,11 +7,17 @@
"license": "All rights reserved",
"private": true,
"dependencies": {
+ "@discordjs/opus": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
+ "@discordjs/voice": "^0.6.0",
"discord-api-types": "^0.23.1",
- "discord.js": "^13.2.0"
+ "discord.js": "^13.2.0",
+ "ffmpeg": "^0.0.4",
+ "fluent-ffmpeg": "^2.1.2",
+ "libsodium-wrappers": "^0.7.9",
+ "ytdl-core": "^4.9.1"
},
"engines": {
- "node": "16.8.x"
+ "node": "16.8.x"
}
}