forked from UstedGato/Greentornado
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 836 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 836 Bytes
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": "GreenTornado",
"version": "1.0.0",
"description": "A Discord Bot.",
"main": "Bot.js",
"scripts": {
"bot": "node Bot.js"
},
"author": "SilvershotsHQ",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"audio-mixer": "^2.1.4",
"bufferutil": "^4.0.3",
"canvas": "^2.8.0",
"discord.js": "^12.5.3",
"discord.js-commando": "discordjs/Commando#master",
"erlpack": "discord/erlpack",
"express": "^4.17.1",
"faunadb": "^4.3.0",
"fetch-base64": "^2.1.2",
"ffmpeg-static": "^4.4.0",
"is-url": "^1.2.4",
"lodash.debounce": "^4.0.8",
"nodesu": "^0.7.2",
"pm2": "^5.1.0",
"request": "^2.88.2",
"sodium": "^3.0.2",
"utf-8-validate": "^5.0.5",
"winston": "^3.3.3",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.8.3",
"zlib-sync": "^0.1.7"
},
"devDependencies": {}
}