Files
shred.ing-discord/package.json

21 lines
439 B
JSON
Raw Permalink Normal View History

2025-05-18 21:14:45 -05:00
{
"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"
}
}