aboutsummaryrefslogtreecommitdiff
path: root/174bg/discord-bot/package.json
diff options
context:
space:
mode:
Diffstat (limited to '174bg/discord-bot/package.json')
-rw-r--r--174bg/discord-bot/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/174bg/discord-bot/package.json b/174bg/discord-bot/package.json
new file mode 100644
index 0000000..d881ea2
--- /dev/null
+++ b/174bg/discord-bot/package.json
@@ -0,0 +1,13 @@
+{
+ "scripts": {
+ "start": "node main.js",
+ "dev": "node --env-file=.env main.js",
+ "dev:watch": "node --env-file=.env --watch main.js"
+ },
+ "dependencies": {
+ "@discordjs/voice": "^0.19.2",
+ "bufferutil": "^4.1.0",
+ "discord.js": "^14.26.4",
+ "zlib-sync": "^0.1.10"
+ }
+}