-
Notifications
You must be signed in to change notification settings - Fork 411
/
package.json
65 lines (65 loc) · 1.82 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
64
65
{
"name": "HANSAMAL-MD",
"version": "10.8.1",
"description": "HANSAMAL-MD latest multi device whatsapp bot",
"main": "index.js",
"type": "module",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name HANSAMAL-MD",
"stop": "pm2 stop HANSAMAL-MD",
"restart": "pm2 restart HANSAMAL-MD"
},
"keywords": ["hansamal-md", "whatsapp-bot", "whatsapp md bot"],
"author": "IMALKA",
"license": "ISC",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@google/generative-ai": "^0.9.0",
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^6.7.5",
"@xaviabot/fb-downloader": "^1.0.14",
"acrcloud": "^1.4.0",
"api-dylux": "^1.8.3",
"aptoide-scraper": "^1.0.1",
"awesome-phonenumber": "^6.8.0",
"axios": "^1.6.8",
"chalk": "^5.3.0",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"ffmpeg": "^0.0.4",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.3",
"fs": "^0.0.1-security",
"google-it": "^1.6.4",
"human-readable": "^0.2.1",
"jimp": "^0.16.13",
"jpeg-js": "^0.4.4",
"jsqr": "^1.4.0",
"libphonenumber": "^0.0.10",
"moment-timezone": "^0.5.45",
"nayan-media-downloader": "^2.4.7",
"node-cache": "^5.1.2",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node-os-utils": "^1.3.7",
"node-webpmux": "^3.2.0",
"os": "^0.1.2",
"pdfkit": "^0.15.0",
"pino": "^8.20.0",
"pm2": "^5.4.0",
"proto": "^1.0.19",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"remove.bg": "^1.3.0",
"tesseract.js": "^5.1.0",
"translate-google-api": "^1.0.4",
"url": "^0.11.4",
"uuid": "^9.0.1",
"wasitech": "npm:@distube/ytdl-core",
"yt-search": "^2.11.0",
"ytdl-core": "^4.11.2"
}
}