aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-03-30 22:01:18 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-03-30 22:01:18 -0400
commitdaf3c1735513bb252614a0047116088e242f7984 (patch)
treec72d573c342b76580d24ca19888150dca94b62bc /package.json
parent3f81f1086f46b8e1882ed0827483a22929330be3 (diff)
downloadDLAP-daf3c1735513bb252614a0047116088e242f7984.tar.gz
DLAP-daf3c1735513bb252614a0047116088e242f7984.tar.bz2
DLAP-daf3c1735513bb252614a0047116088e242f7984.zip
Fixed list command; Fixed name on some files
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index caa5209..9a07e1f 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "dlmp3",
+ "name": "dlap",
"version": "1.2.0",
"type": "module",
"main": "bot.js",
@@ -9,15 +9,15 @@
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
- "@discordjs/opus": "^0.3.2",
+ "@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
- "@discordjs/voice": "^0.5.5",
+ "@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.30.0",
"discord.js": "^13.6.0",
- "ffmpeg-static": "^4.2.5",
- "libsodium-wrappers": "^0.7.9"
+ "ffmpeg-static": "^5.0.0",
+ "libsodium-wrappers": "^0.7.10"
},
"devDependencies": {
- "nodemon": "^2.0.4"
+ "nodemon": "^2.0.15"
}
}