-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "DreamBot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"author": "Livixx",
"license": "ISC",
"dependencies": {
"@megavasiliy007/sdc-api": "github:MegaVasiliy007/sdc-api",
"beautify": "0.0.8",
"better-sqlite3": "^5.4.3",
"custom-translate": "^2.2.8",
"dblapi.js": "^2.3.0",
"discord-giveaways": "^3.0.11",
"discord.js": "^11.5.1",
"discord.js-minesweeper": "^1.0.5",
"discord.js-reaction-menu": "^1.0.1",
"express": "^4.17.1",
"express-glitch-keepalive": "^0.2.0",
"ffmpeg": "0.0.4",
"ffmpeg-binaries": "^4.0.0",
"fs": "^0.0.2",
"isgd": "^1.1.3",
"mathjs": "^6.2.5",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"ms": "^2.1.2",
"mysql": "^2.18.1",
"node-fetch": "^2.6.0",
"node-opus": "^0.3.3",
"oip-exchange-rate": "^1.0.7",
"opusscript": "0.0.7",
"os": "^0.1.1",
"parse-ms": "^2.1.0",
"quick.db": "^7.1.1",
"sdc-api": "^1.0.3",
"sqlite": "^3.0.3",
"strftime": "^0.10.0",
"super": "^0.2.3",
"superagent": "^5.1.3",
"translate": "^1.1.0",
"vimestats": "github:vladciphersky/vimestats-v2",
"ytdl-core": "^2.1.0"
},
"devDependencies": {
"console-error": "0.0.4",
"console-info": "0.0.5",
"console-warn": "0.0.4"
}
}