mirror of
https://github.com/gizmo4487/O-Bot.git
synced 2025-05-29 19:52:31 -05:00
29 lines
736 B
JSON
29 lines
736 B
JSON
{
|
|
"name": "O-Bot",
|
|
"version": "1.0.0",
|
|
"description": "Pipipi-pipipipi!",
|
|
"main": "o-bot.js",
|
|
"author": "gizmo4487",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.10.0",
|
|
"@discordjs/voice": "^0.18.0",
|
|
"@mapbox/node-pre-gyp": "^2.0.0",
|
|
"bufferutil": "^4.0.9",
|
|
"discord.js": "14",
|
|
"dotenv": "^16.5.0",
|
|
"erlpack": "github:discordapp/erlpack",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"install-peerdeps": "^3.0.7",
|
|
"install-peers": "^1.0.4",
|
|
"libsodium-wrappers": "^0.7.15",
|
|
"opusscript": "^0.1.1",
|
|
"xmlhttprequest": "^1.8.0",
|
|
"zlib-sync": "^0.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.26.0",
|
|
"eslint": "^9.26.0",
|
|
"globals": "^16.1.0"
|
|
}
|
|
}
|