forked from DeltaCoderr/KarmaBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (56 loc) · 1.52 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
54
55
56
57
{
"name": "karmabot",
"description": "A Multipurpose Discord bot (more than 50 commands) that uses the Discordjs API!",
"main": "karma.js",
"scripts": {
"start": "node karma.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeltaCoderr/KarmaBot.git"
},
"author": "DeltaCoderr",
"license": "ISC",
"bugs": {
"url": "https://github.com/DeltaCoderr/KarmaBot/issues"
},
"homepage": "https://github.com/DeltaCoderr/Karmabot#readme",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@sujalgoel/reddit-image": "^1.1.1",
"amethyste-api": "^1.1.4",
"axios": "^0.21.0",
"canvacord": "^5.0.8",
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"discord-image-generation": "^1.4.5",
"discord-player": "^3.0.3",
"discord.js": "^12.5.1",
"express": "^4.17.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.2.7",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"jimp": "^0.16.1",
"mal-scraper": "^2.11.2",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"node-fetch": "^2.6.1",
"node-osu": "^2.2.0",
"path": "^0.12.7",
"quick.db": "^7.1.3",
"quickmongo": "^3.0.0",
"relevant-urban": "^2.0.0",
"request": "^2.88.2",
"snekfetch": "^4.0.4",
"superagent": "^6.1.0",
"to-zalgo": "^1.0.1",
"weather-js": "^2.0.0",
"ytdl-core": "^4.1.2",
"solenolyrics": "^5.0.0",
"twemoji-parser": "^13.0.0"
},
"engines": {
"node": ">=12.0.0"
}
}