-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (50 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (50 loc) · 1.43 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
48
49
50
{
"name": "NAVIYA-MD",
"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 NAVIYA-MD",
"stop": "pm2 stop NAVIYA-MD",
"restart": "pm2 restart NAVIYA-MD"
},
"dependencies": {
"@whiskeysockets/baileys": "latest",
"@adiwajshing/keyed-db": "latest",
"pino": "^7.0.5",
"pm2": "^5.4.3",
"util": "^0.12.4",
"express": "latest",
"axios": "^1.7.9",
"file_size_url": "^1.0.4",
"fs-extra": "^11.1.0",
"path": "^0.12.7",
"node-fetch": "^3.3.1",
"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.6.2",
"google-tts-api":"2.0.2",
"wa-sticker-formatter":"4.4.4",
"@dark-yasiya/yt-dl.js": "latest",
"@blackamda/telegram-image-url": "^1.0.0",
"mrnima-moviedl": "1.0.0",
"puppeteer": "latest",
"cheerio": "latest",
"nayan-videos-downloader": "latest",
"node-cron": "^3.0.3",
"@mrnima/tiktok-downloader":"1.0.0",
"@mrnima/facebook-downloader":"1.0.0",
"ruhend-scraper" : "8.0.3",
"seedr" : "latest",
"mime-types": "latest",
"axios-cookiejar-support":"5.0.5",
"tough-cookie":"5.1.0",
"puppeteer-core": "^21.0.0",
"@sl-code-lords/movie-api":"1.0.0",
"moment-timezone": "^0.5.43",
"@vreden/youtube_scraper":"latest"
}
}