-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "eldictator",
"version": "1.0.0",
"description": "El Dictator is a discord bot with a lot of commands to help you to manage your game servers (minecraft, ark, gmod, rust, fivem, hytale, etc) and your vps.",
"main": "bot.js",
"author": "mTxServ.com",
"homepage": "https://mtxserv.com",
"bug": {
"url": "https://github.com/mTxServ/ElDictator/issues"
},
"scripts": {
"start": "nodejs bot.js",
"start-dev": "nodejs bot.js -dev"
},
"dependencies": {
"@tmware/status-rotate": "^1.0.5",
"cheerio": "^1.0.0-rc.3",
"discord-backup": "^2.2.5",
"discord.js": "^12.3.1",
"discord.js-commando": "discordjs/Commando",
"discord.js-pagination": "^1.0.2",
"dotenv": "^8.2.0",
"firebase-admin": "^9.3.0",
"flexsearch": "^0.6.32",
"get-urls": "^10.0.0",
"got": "^11.7.0",
"grabity": "^1.0.5",
"js-video-url-parser": "^0.4.2",
"mc-achievements": "^1.0.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"puppeteer": "^5.3.1",
"rss-parser": "^3.9.0",
"steam-workshop": "^0.0.5",
"striptags": "^3.1.1",
"xbbcode-parser": "^0.1.2"
},
"devDependencies": {
"eslint": "^7.11.0"
}
}