forked from AlphaCode-YourBotGuide/AlphaCode-1Music
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (35 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "discord.js-heroku",
"version": "1.0.0",
"description": "Discord.js bot on Heroku",
"main": "bot.js",
"dependencies": {
"node": "8.x",
"discord.js": "^11.3.2",
"ffmpeg": "^0.0.4",
"ffmpeg-binaries": "^4.0.0",
"get-youtube-id": "^1.0.0",
"common-tags": "^1.8.0",
"gif-search": "^2.0.1",
"google-translate-api": "^2.3.0",
"math-expression-evaluator": "^1.2.17",
"node-gyp": "^3.7.0",
"opusscript": "^0.0.6",
"queue": "^4.4.2",
"rebuild": "^0.1.2",
"request": "^2.88.0",
"simple-youtube-api": "^5.0.2",
"youtube-info": "^1.2.0",
"ytdl-core": "^0.21.1"
},
"keywords": [
"heroku",
"discord.js"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/synicalsyntax/discord.js-heroku/issues"
},
"homepage": "https://github.com/synicalsyntax/discord.js-heroku#readme"
}