-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (45 loc) · 1.29 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": "yout bot name",
"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 Your Bot Name",
"stop": "pm2 stop Your Bot name",
"restart": "pm2 restart Your Bot name"
},
"dependencies": {
"@whiskeysockets/baileys": "6.6.0",
"@adiwajshing/keyed-db": "^0.2.4",
"google-tts-api": "^2.0.2",
"pino": "^7.0.5",
"pm2": "^5.2.0",
"util": "^0.12.4",
"express": "latest",
"async-g-i-s": "^1.4.0",
"file-type": "^16.5.3",
"ytdl-core": "latest",
"axios": "^1.2.5",
"file_size_url": "^1.0.4",
"fs-extra": "^11.1.0",
"path": "^0.12.7",
"node-fetch": "^2.6.1",
"megajs": "^1.1.0",
"vm": "^0.1.0",
"wa-sticker-formatter": "^4.3.2",
"qrcode-terminal": "^0.12.0",
"yt-search" : "2.11.1",
"api-dylux" : "1.8.5",
"cheerio" : "1.0.0",
"g-i-s": "^2.1.7",
"mfiredlcore-vihangayt": "^1.0.0",
"@bochilteam/scraper": "latest",
"@sl-code-lords/si-subdl": "^1.1.1",
"@sl-code-lords/esana-news": "latest",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@blackamda/telegram-image-url": "^1.0.0",
"youtubedl-core": "^4.11.5",
"moment-timezone": "latest",
"file_size_url": "^1.0.4"
}
}