-
Notifications
You must be signed in to change notification settings - Fork 782
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 KB
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": "DML-MD",
"version": "2.0.0",
"description": "A WhatsApp bot with multi-device support, built on Node.js & Baileys.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@octokit/rest": "^22.0.0",
"@vitalets/google-translate-api": "^9.2.0",
"@whiskeysockets/baileys": "github:MLILA17/Dml-Baileys.git",
"acrcloud": "^1.2.0",
"async": "^3.2.5",
"awesome-phonenumber": "^6.2.0",
"axios": "^1.6.7",
"badadvice": "latest",
"canvacord": "^5.4.10",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"compile-run": "^2.3.3",
"express": "^4.18.2",
"figlet": "^1.7.0",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"google-tts-api": "^2.0.2",
"human-readable": "^0.2.1",
"imgur": "^2.3.0",
"jimp": "latest",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"moment-timezone": "^0.5.45",
"node-fetch": "^2.7.0",
"node-id3": "^0.2.6",
"node-webpmux": "^3.1.7",
"node-youtube-music": "^0.9.0",
"performance-now": "^2.1.0",
"pg": "^8.11.3",
"pino": "^8.19.0",
"querystring": "^0.2.1",
"random-useragent": "^0.5.0",
"wa-sticker-formatter": "^4.4.4",
"wikipedia": "^2.1.2",
"youtubedl-core": "^4.11.5",
"yt-search": "^2.10.4",
"ytdl-core": "^4.11.5"
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
}