Updated package.json

This commit is contained in:
Max Gorley 2025-05-04 19:30:54 -05:00
parent 6cae1d1eea
commit e728666332
2 changed files with 606 additions and 2108 deletions

2693
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,18 +5,19 @@
"main": "o-bot.js", "main": "o-bot.js",
"author": "gizmo4487", "author": "gizmo4487",
"dependencies": { "dependencies": {
"@discordjs/opus": "^0.1.0", "@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.16.0", "@discordjs/voice": "^0.18.0",
"bufferutil": "^4.0.1", "@mapbox/node-pre-gyp": "^2.0.0",
"bufferutil": "^4.0.9",
"discord.js": "14", "discord.js": "14",
"dotenv": "^8.2.0", "dotenv": "^16.5.0",
"erlpack": "github:discordapp/erlpack", "erlpack": "github:discordapp/erlpack",
"ffmpeg-static": "^3.0.0", "ffmpeg-static": "^5.2.0",
"install-peerdeps": "^2.0.1", "install-peerdeps": "^3.0.7",
"install-peers": "^1.0.3", "install-peers": "^1.0.4",
"libsodium-wrappers": "^0.7.6", "libsodium-wrappers": "^0.7.15",
"opusscript": "^0.0.8", "opusscript": "^0.1.1",
"xmlhttprequest": "^1.8.0", "xmlhttprequest": "^1.8.0",
"zlib-sync": "^0.1.6" "zlib-sync": "^0.1.10"
} }
} }