-
Notifications
You must be signed in to change notification settings - Fork 141
/
package.json
52 lines (50 loc) · 1.56 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
{
"name": "SUHAS-MD-V8",
"version": "1.5.0",
"description": "💞A WhatsApp bot created by Suhas Pathsindu🧚♂️",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name SUHAS-MD-V8",
"stop": "pm2 stop SUHAS-MD-V8",
"restart": "pm2 restart SUHAS-MD-V8"
},
"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",
"@sl-code-lords/movie-api":"1.0.0",
"pixaldrain-sinhalasub": "git+https://github.com/DarkMakerofc/pixaldrain-sinhalasub.git",
"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": "1.1.0",
"hirunews-scrap": "1.1.2",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@blackamda/telegram-image-url": "^1.0.0",
"youtubedl-core": "^4.11.5",
"moment-timezone": "latest",
"@mrnima/technology_news_info": "^1.0.0",
"@mrnima/facebook-downloader": "^1.0.0",
"file_size_url": "^1.0.4"
}
}