-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.5 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": "weky1",
"author": "Weky Development",
"license": "ISC",
"version": "1.0.0",
"description": "Weky Bot! An all in one bot that you need to add to your server right now!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@top-gg/sdk": "^3.0.9",
"alexa-bot-api": "^0.2.1",
"ascii-table": "^0.0.9",
"bson": "^4.4.1",
"axios": "^0.21.1",
"beautify": "0.0.8",
"canvacord": "^5.0.8",
"canvas": "^2.6.0",
"canvas-senpai": "^1.0.0",
"discord-buttons": "^4.0.0",
"discord-canvas": "^1.4.1",
"discord-giveaway": "^1.1.2",
"discord-image-generation": "^1.4.7",
"discord-rpc": "^4.0.1",
"discord-xp": "^1.1.7",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ffmpeg-static": "^4.3.0",
"figlet": "^1.5.0",
"fs": "0.0.1-security",
"goosecache": "^9.0.14",
"got": "^11.8.1",
"idiotic-api": "^0.2.11",
"mathjs": "^9.2.0",
"mcapi": "^1.0.1",
"moment": "^2.29.1",
"mongoose": "^5.11.15",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"opusscript": "^0.0.8",
"path": "^0.12.7",
"random-animal.js": "^1.0.3",
"random-words": "^1.1.1",
"reconlx": "^1.2.41",
"snakecord": "^1.0.5",
"top.gg-core": "^1.0.0-b",
"twemoji-parser": "^13.0.0",
"txtgen": "^2.2.8",
"uninstall": "0.0.0",
"util": "^0.10.4",
"weky": "^3.1.0"
}
}