forked from MRSHABAN45/SHABAN-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 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
{
"name": "SHABAN-MD",
"version": "5.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"
},
"dependencies": {
"@whiskeysockets/baileys": "^6.7.19",
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@vitalets/google-translate-api": "^9.2.1",
"pino": "^9.5.0",
"util": "^0.12.5",
"express": "latest",
"moment-timezone": "^0.6.0",
"axios": "^1.10.0",
"crypto-digest-sync": "^1.0.0",
"crypto-js": "latest",
"file_size_url": "1.0.4",
"fs-extra": "^11.1.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"google-tts-api": "^2.0.2",
"path": "^0.12.7",
"node-fetch": "^2.6.1",
"btch-downloader": "2.3.1-alpha",
"megajs": "^1.3.7",
"pdfkit": "^0.17.1",
"wa_set_pkg": "1.0.5",
"wa-sticker-formatter": "^4.4.4",
"vm": "^0.1.0",
"adm-zip": "^0.5.16",
"qrcode-terminal": "^0.12.0",
"yt-search": "2.11.1",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7-rc.0",
"dotenv": "^16.5.0",
"jimp": "latest",
"api-dylux": "latest",
"pm2": "^6.0.8"
}
}