21 lines
439 B
JSON
21 lines
439 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|