-
Notifications
You must be signed in to change notification settings - Fork 856
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.72 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.72 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "lara",
"version": "4.0.0",
"description": "Lara-MD WhatsApp bot created Sadeesha With using Node.js",
"main": "Lara.js",
"scripts": {
"start": "pm2 start Lara.js --deep-monitoring --attach --name lara",
"stop": "pm2 stop lara",
"restart": "pm2 restart lara"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@blackamda/telegram-image-url": "^1.0.0",
"@bochilteam/scraper": "^4.2.4",
"@dark-yasiya/yt-dl.js": "^1.0.5",
"@distube/ytdl-core": "^4.16.12",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@mrnima/technology_news_info": "^1.0.0",
"@mrnima/tiktok-downloader": "^1.0.0",
"@neoxr/youtube-scraper": "^2.2.3",
"@ruhend/scraper": "npm:ruhend-scraper",
"@sl-code-lords/esana-news": "^1.1.0",
"@sl-code-lords/image-library": "^1.0.0",
"@sl-code-lords/movie-api": "^1.0.0",
"@sl-code-lords/photooxy": "^1.0.1",
"@sl-code-lords/si-subdl": "^1.1.1",
"@sl-code-lords/text-pro-me": "^1.0.0",
"@whiskeysockets/baileys": "npm:baileys-pro@latest",
"@xaviabot/fb-downloader": "^1.0.14",
"adm-zip": "^0.5.16",
"api-dylux": "^1.8.5",
"async-g-i-s": "^1.5.5",
"axios": "^1.13.6",
"caliph-api": "^1.0.1",
"chalk": "^4.1.2",
"cheerio": "^1.2.0",
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
"events": "^3.3.0",
"express": "^5.2.1",
"figlet": "^1.10.0",
"file_size_url": "^1.0.4",
"file-type": "^16.5.4",
"form-data": "^4.0.5",
"formdata-node": "^6.0.3",
"fouadwa-scraper": "^2.0.0",
"fs-extra": "^11.3.3",
"g-i-s": "^2.1.7",
"g4f": "^1.4.6",
"getscreenshot.js": "^4.0.0",
"gifted-baileys": "^2.0.6",
"google-tts-api": "^2.0.2",
"got": "^11.8.6",
"human-readable": "^0.2.1",
"imagemaker.js": "^2.0.4",
"inrl-dl": "^1.0.0",
"ios-news": "^1.0.1",
"jimp": "^0.16.1",
"link-preview-js": "^3.2.0",
"lolcatjs": "^2.4.3",
"mathjs": "^11.12.0",
"megajs": "^1.3.7",
"mfiredlcore-vihangayt": "^1.0.0",
"mime-types": "^2.1.35",
"mongodb": "^6.21.0",
"mrnima-moviedl": "^1.0.0",
"nima-threads-dl-api": "^0.0.4",
"node-cache": "^5.1.2",
"node-fetch": "^2.7.0",
"os": "^0.1.2",
"path": "^0.12.7",
"pdfkit": "^0.14.0",
"pg": "^8.19.0",
"pino": "^7.11.0",
"pm2": "^5.4.3",
"qrcode": "^1.5.4",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"raganork-bot": "^3.0.1",
"removebg-wrapper": "^1.0.3",
"ruhend-scraper": "^8.0.3",
"sequelize": "^6.37.7",
"stream": "^0.0.2",
"util": "^0.12.5",
"vm": "^0.1.0",
"wa-sticker-formatter": "^4.4.4",
"xml2js": "^0.6.2",
"xnxx-dl": "^1.0.4",
"youtubedl-core": "npm:@distube/ytdl-core",
"ytsearch-venom": "^1.0.0"
}
}