19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "discord-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "ReaperOfVeriod",
|
|
"type": "commonjs",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.19.0",
|
|
"@snazzah/davey": "^0.1.9",
|
|
"discord.js": "^14.21.0",
|
|
"opusscript": "^0.0.8"
|
|
}
|
|
}
|