add inital program versions
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user