1
0
Fork 0
forked from Elijah/AudioBot
AudioBot/package.json

26 lines
591 B
JSON
Raw Permalink Normal View History

2024-01-25 22:03:22 -05:00
{
2024-01-26 19:42:18 -05:00
"name": "qemu-discord-audiobot",
2024-01-25 22:03:22 -05:00
"version": "1.0.0",
"description": "QEMU VNC Audio to Discord bridge",
"main": "build/index.js",
"scripts": {
2024-03-10 19:22:57 -04:00
"build": "tsc && make"
2024-01-25 22:03:22 -05:00
},
"author": "DarkOK, Elijah R",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/memorystream": "^0.3.4",
"@types/node": "^20.11.5",
"typescript": "^5.3.3"
},
"dependencies": {
"opusscript": "^0.1.1",
2024-01-25 22:03:22 -05:00
"@discordjs/voice": "^0.16.1",
"discord.js": "^14.14.1",
"libsodium-wrappers": "^0.7.13",
"memorystream": "^0.3.1",
"sodium": "^3.0.2"
}
}