-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.69 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.69 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
58
59
60
61
62
63
{
"name": "eclipse-md",
"version": "1.0.0",
"description": "𝔼𝕔𝕝𝕚𝕡𝕤𝕖 𝕄𝔻 v1 - Advanced WhatsApp Bot with 300+ Commands",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@distube/ytdl-core": "^4.16.12",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@google/generative-ai": "^0.24.1",
"@types/memoizee": "^0.4.12",
"@whiskeysockets/baileys": "^7.0.0-rc.9",
"acrcloud": "^1.4.0",
"adm-zip": "^0.5.10",
"archiver": "^7.0.1",
"axios": "^1.13.2",
"baileys_helpers": "^1.0.16",
"canvas": "3.2.1",
"cheerio": "^1.1.2",
"compile-run": "^2.3.4",
"connect-mongo": "^5.1.0",
"date-fns": "^4.1.0",
"dotenv": "^16.6.1",
"express": "^5.2.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.3.0",
"file-type": "16.5.4",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.5",
"fs-extra": "^11.3.3",
"google-it": "^1.6.4",
"human-readable": "^0.2.1",
"javascript-obfuscator": "^4.2.2",
"jimp": "^1.6.0",
"jsdom": "^26.1.0",
"jsonwebtoken": "^9.0.3",
"long": "^5.3.2",
"memoizee": "^0.4.17",
"moment-timezone": "^0.6.0",
"mongoose": "^8.21.0",
"mumaker": "^2.0.0",
"node-fetch": "^3.3.2",
"node-shazam": "latest",
"node-webpmux": "^3.2.1",
"nodemailer": "^7.0.12",
"openai": "^4.104.0",
"openid-client": "^6.8.1",
"pastebin-js": "^1.0.6",
"pino": "^8.21.0",
"sharp": "0.34.5",
"socket.io": "^4.8.3",
"translatte": "^3.0.1",
"uuid": "^11.1.0",
"wa-sticker-formatter": "^4.4.4",
"ws": "^8.19.0",
"yt-search": "^2.13.1",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
}
}