2021-10-12 02:44:33 +02:00
|
|
|
{
|
|
|
|
"name": "discbot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-10-27 20:28:10 +00:00
|
|
|
"@discordjs/opus": "^0.9.0",
|
2022-10-27 20:30:55 +00:00
|
|
|
"@discordjs/voice": "^0.13.0",
|
2022-10-27 20:28:16 +00:00
|
|
|
"discord.js": "^14.0.0",
|
2021-10-12 02:44:33 +02:00
|
|
|
"libsodium-wrappers": "^0.7.9",
|
|
|
|
"node-mpv": "git://github.com/j-holub/Node-MPV.git",
|
|
|
|
"prism-media": "^1.3.2"
|
|
|
|
}
|
|
|
|
}
|