29 lines
683 B
JSON
29 lines
683 B
JSON
{
|
|
"name": "breadbot",
|
|
"version": "1.0.0",
|
|
"description": "A very bready Discord bot",
|
|
"main": "breadbot.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Bradley Bickford",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.9.0",
|
|
"@discordjs/voice": "^0.16.0",
|
|
"@vvo/tzdb": "^6.77.0",
|
|
"discord.js": "^14.6.0",
|
|
"googleapis": "^109.0.1",
|
|
"libsodium-wrappers": "^0.7.13",
|
|
"mysql": "^2.18.1",
|
|
"mysql2": "^3.6.3",
|
|
"node-crc": "1.3.2",
|
|
"prism-media": "^2.0.0-alpha.0",
|
|
"winston": "^3.11.0",
|
|
"winston-mysql": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.27.0"
|
|
}
|
|
}
|