-
-
Notifications
You must be signed in to change notification settings - Fork 514
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "WASI",
"version": "1.0.0",
"description": "A WhatsApp bot created using Node.js",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name WASI",
"stop": "pm2 stop WASI",
"restart": "pm2 restart WASI"
},
"dependencies": {
"@whiskeysockets/baileys": "6.7.8",
"@adiwajshing/keyed-db": "^0.2.4",
"@stablelib/x25519-session": "2.0.0",
"@types/android-versions": "1.8.3",
"android-versions": "2.0.0",
"javascript-obfuscator": "^4.1.1",
"node-os-utils": "^1.3.7",
"object-query-string": "^1.2.0",
"node-cron": "^3.0.3",
"socket.io-client": "^4.7.5",
"node-webpmux": "^3.2.0",
"awesome-phonenumber": "^6.8.0",
"moment-timezone":"^0.5.43",
"mfiredlcore-vihangayt":"^1.0.0",
"javascript-obfuscator":"^4.0.0",
"link-preview-js":"^3.0.4",
"file-type":"^16.5.3",
"human-readable": "^0.2.1",
"heroku-client": "3.1.0",
"betabotz-tools": "^0.0.7",
"simple-git": "^3.15.1",
"dotenv": "^16.4.5",
"acrcloud": "^1.4.0",
"fluent-ffmpeg": "2.1.3",
"session-manager-beta": "1.0.1",
"os": "^0.1.2",
"pino": "^7.0.5",
"pm2": "^5.2.0",
"util": "^0.12.4",
"express": "latest",
"axios": "^1.2.5",
"delay": "6.0.0",
"file_size_url": "^1.0.4",
"fs-extra": "^11.1.0",
"path": "^0.12.7",
"node-fetch": "^3.3.2",
"megajs": "^1.1.0",
"vm": "^0.1.0",
"qrcode-terminal": "^0.12.0",
"yt-search":"2.12.1",
"api-dylux":"1.8.5",
"mongoose":"8.5.3",
"mongodb":"^6.5.0",
"express": "^4.17.1",
"whatsapp-web.js": "^1.4.1",
"twilio": "^3.70.0",
"wa-sticker-formatter": "4.4.4",
"cheerio": "1.0.0",
"phone" : "3.1.30",
"jimp": "^0.16.1",
"body-parser": "^1.20.3"
}
}