forked from ifmlx/Milanio-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.67 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
58
59
60
61
62
63
{
"name": "milanio_development",
"version": "2.2.2",
"description": "A Multipurpose Bot",
"main": "./structures/bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Zedro#2742",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.7.5",
"@distube/soundcloud": "^1.0.0",
"@distube/spotify": "^1.0.0",
"@distube/ytdl-core": "^4.10.0",
"axios": "^0.21.4",
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"captcha-canvas": "^3.1.0",
"coloras": "^2.0.2",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"dayjs": "^1.10.6",
"discord-backup": "^3.0.1",
"discord-canvas": "^1.4.1",
"discord-giveaways": "^5.0.1",
"discord-html-transcripts": "^1.2.3",
"discord-xp": "^1.1.16",
"discord.js": "^13.5.0",
"distube": "^3.0.3",
"dotenv": "^10.0.0",
"enmap": "^5.8.7",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.2",
"fs": "0.0.1-security",
"glob": "^7.2.0",
"libsodium-wrappers": "^0.7.9",
"mathjs": "^9.5.0",
"moment": "^2.29.1",
"mongoose": "^6.0.11",
"ms": "^2.1.3",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.6",
"node-fetch2": "^1.6.3",
"node-os-utils": "^1.3.5",
"node-superfetch": "^0.2.3",
"opusscript": "^0.0.8",
"parse-ms": "^3.0.0",
"path": "^0.12.7",
"pretty-ms": "^7.0.1",
"process": "^0.11.10",
"relevant-urban": "^2.0.0",
"sequelize": "^6.12.0-beta.3",
"skia-canvas": "^0.9.27",
"sqlite3": "^5.0.2",
"voucher-code-generator": "^1.1.1",
"weather-js": "^2.0.0",
"wikijs": "^6.3.2",
"ytdl-core": "^4.9.2"
}
}