-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 851 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 851 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
{
"name": "ivgas-bot",
"version": "1.0.0",
"description": "Bot for the IVGAS Discord by @BreakTruth",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IVGASCommunity/IVGAS-Bot.git"
},
"author": "BreakTruth",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/IVGASCommunity/IVGAS-Bot/issues"
},
"homepage": "https://github.com/IVGASCommunity/IVGAS-Bot#readme",
"dependencies": {
"discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:Gawdl3y/discord.js-commando",
"ffmpeg-binaries": "^3.2.2-3",
"lodash": "^4.17.4",
"opusscript": "0.0.4",
"querystring": "^0.2.0",
"request": "^2.83.0",
"sqlite": "^2.8.0",
"youtube-search": "^1.0.10",
"ytdl-core": "^0.18.1"
}
}