forked from Androz2091/AtlantaBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "atlantabot",
"version": "3.5.0",
"description": "A very complete Discord bot (more than 70 commands) that uses the Discordjs API!",
"main": "atlanta.js",
"scripts": {
"test": "node atlanta.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/AtlantaBot.git"
},
"author": "Androz2091",
"license": "ISC",
"bugs": {
"url": "https://github.com/Androz2091/AtlantaBot/issues"
},
"homepage": "https://github.com/Androz2091/AtlantaBot#readme",
"dependencies": {
"ascii-art": "^1.5.1",
"ascii-table": "0.0.9",
"canvas": "^2.5.0",
"chalk": "^2.4.2",
"dblapi.js": "^2.3.0",
"deepl-scraper": "^1.0.8",
"discord-backup": "^1.0.4",
"discord-giveaways": "^2.1.18",
"discord.js": "github:discordjs/discord.js",
"ffmpeg-static": "^2.4.0",
"fortnite": "^4.3.2",
"gamedig": "^2.0.14",
"idiotic-api": "^0.2.11",
"markdown-table": "^1.1.3",
"md5": "^2.2.1",
"mongoose": "^6.4.6",
"node-opus": "^0.3.2",
"simple-youtube-api": "^5.1.1",
"ytdl-core": "^0.29.2"
}
}