-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
{
"name": "SUHAS-MD-V9",
"version": "9.0",
"description": "A WhatsApp bot created by 💚 Suhas Pathsindu.💕",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name SUHAS-MD-V9",
"stop": "pm2 stop SUHAS-MD-V9",
"restart": "pm2 restart SUHAS-MD-V9"
},
"dependencies": {
"@whiskeysockets/baileys": "6.6.0",
"@adiwajshing/keyed-db": "^0.2.4",
"pino": "^7.0.5",
"pm2": "^5.2.0",
"util": "^0.12.4",
"express": "latest",
"axios": "^1.2.5",
"file_size_url": "^1.0.4",
"fs-extra": "11.2.0",
"path": "^0.12.7",
"node-fetch": "^2.6.1",
"megajs": "^1.1.0",
"vm": "^0.1.0",
"qrcode-terminal": "^0.12.0",
"yt-search": "2.11.1",
"api-dylux": "1.8.5",
"mongoose": "8.8.3",
"@dark-yasiya/yt-dl.js": "1.0.4",
"@dark-yasiya/imgbb.js": "0.0.1",
"getscreenshot.js": "4.0.0",
"google-tts-api": "2.0.2",
"googlethis": "1.8.0",
"translatte": "3.0.1",
"anime-character-random": "1.0.14",
"figlet": "1.8.0",
"wa-sticker-formatter": "^4.3.2",
"@mrnima/technology_news_info": "^1.0.0",
"@sl-code-lords/esana-news": "1.1.0",
"@mrnima/facebook-downloader": "^1.0.0",
"hirunews-scrap": "1.1.2",
"@sl-code-lords/movie-api":"1.0.0",
"pixaldrain-sinhalasub": "git+https://github.com/DarkMakerofc/pixaldrain-sinhalasub.git",
"mime-types": "2.1.35"
}
}