add inital program versions

This commit is contained in:
2025-05-18 21:14:45 -05:00
parent 6c374871e7
commit 5aaa58bd23
6 changed files with 718 additions and 1 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"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": {
"body-parser": "^2.2.0",
"eris": "^0.18.0",
"express": "^5.1.0"
}
}