22 lines
438 B
JSON
Executable File
22 lines
438 B
JSON
Executable File
{
|
|
"name": "ghbot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"discord.js": "^11.1.0",
|
|
"ffmpeg-binaries": "^3.2.2-3",
|
|
"md5": "^2.2.1",
|
|
"memcache": "^0.3.0",
|
|
"moment": "^2.18.1",
|
|
"node-opus": "^0.2.6",
|
|
"request": "^2.81.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|