start: a crufty yet working beginning

This commit is contained in:
Corwin Brust 2026-05-22 06:16:50 +05:30
parent 5a09204ab0
commit 3ef54d8169
3 changed files with 283 additions and 0 deletions

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "shred.bot",
"version": "1.0.0",
"description": "discord audio relay for shred.ing",
"keywords": [
"shred.ing"
],
"license": "GPL-3.0-or-later",
"author": "Corwin Brust <corwin@bru.st>",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@discordjs/voice": "^0.19.0",
"@projectdysnomia/dysnomia": "^0.2.3",
"body-parser": "^2.2.0",
"eris": "^0.18.0",
"express": "^5.1.0"
}
}