-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.43 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.43 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
{
"name": "SHABAN-MD",
"version": "6.0.0",
"description": "WHATSAPP BOT CREATED BY MR SHABAN⁴⁵",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name SHABAN-MD",
"stop": "pm2 stop SHABAN-MD",
"restart": "pm2 restart SHABAN-MD"
},
"keywords": [
"shaban-md",
"whatsapp-bot",
"baileys-bot",
"multi-device-bot",
"nodejs-whatsapp-bot",
"mr-shaban",
"shaban-ai",
"bandaheali-ai",
"whatsapp-md-bot",
"baileys-whatsapp",
"shaban-md-whatsapp-bot",
"chatbot"
],
"dependencies": {
"@whiskeysockets/baileys": "7.0.0-rc.6",
"axios": "^1.7.9",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@supabase/supabase-js": "^2.43.4",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "latest",
"express": "latest",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"jimp": "latest",
"javascript-obfuscator": "^4.0.0",
"node-cache": "^5.1.1",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"pdfkit": "^0.14.0",
"pino": "^7.0.5",
"pm2": "^6.0.8",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7-rc.0",
"util": "^0.12.4",
"wa-sticker-formatter": "^4.4.4",
"yt-search": "2.11.1",
"moment-timezone": "^0.6.0",
"google-tts-api": "^2.0.2",
"adm-zip": "^0.5.16",
"awesome-phonenumber": "^6.4.0",
"imagekit": "^5.1.0"
}
}