-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "VellBot",
"version": "2.0.3",
"description": "VellBot",
"main": "node start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js"
},
"engines": {
"node": "10.x"
},
"author": "Alphi",
"license": "MIT",
"bugs": {
"url": "Nothing yet"
},
"homepage": "Nothing yet",
"dependencies": {
"discord.js": "^11.3.2",
"enmap": "^3.0.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"express": "^4.16.3",
"better-sqlite3": "^4.1.4",
"sqlite": "^2.9.2",
"ffmpeg": "^0.0.4",
"ffmpeg-binaries": "^3.2.2",
"node-opus": "^0.3.0",
"ytdl-core": "^0.20.4",
"ytdl": "^0.10.1",
"discord.js-music-v11": "^1.3.4",
"discord.js-musicbot-addon": "^12.0.6",
"urban": "^0.3.1",
"giphy-js-sdk-core": "^2.0.3",
"cheerio": "^0.22.0",
"got": "^8.3.2",
"google-translate-api": "^2.3.0",
"figlet": "^1.2.0",
"querystring": "^0.2.0",
"weather-js": "^2.0.0",
"ms": "^2.1.1",
"fs": "0.0.1-security",
"opusscript": "^0.0.6",
"simple-youtube-api": "^5.0.2",
"sqlite3objs": "^1.2.2",
"enmap-sqlite": "^2.0.3"
}
}