-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
{
"name": "Dila-MD",
"version": "1.0.0",
"description": "hey this is dilamd whatsapp bot",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name dilamd",
"stop": "pm2 stop dilamd",
"restart": "pm2 restart dilamd"
},
"dependencies": {
"@whiskeysockets/baileys": "6.6.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@adiwajshing/baileys":"5.0.0",
"pino": "^7.0.5",
"pm2": "^5.2.0",
"nodemailer":"6.9.15",
"util": "^0.12.4",
"node-emoji":"2.1.3",
"stream":"0.0.3",
"express": "latest",
"mega":"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",
"whatsapp-web.js":"1.26.0",
"megajs": "^1.1.0",
"vm": "^0.1.0",
"qrcode-terminal": "^0.12.0",
"yt-search":"2.12.1",
"wikipedia":"2.1.2",
"googleapis":"144.0.0",
"ytdl-core":"4.11.5",
"api-dylux":"1.8.5",
"mongoose":"8.5.3",
"speedtest-net":"2.2.0",
"systeminformation":"5.23.5",
"moment-timezone":"0.5.45",
"hirunews-scrap":"1.1.2",
"@sl-code-lords/esana-news" : "latest",
"@kaveesha-sithum/derana-news" : "latest",
"hirunews-scraper":"3.0.0",
"weather-js":"2.0.0",
"@vitalets/google-translate-api":"9.2.0",
"node-schedule":"2.1.1"
}
}