forked from uwtechshow-official/Queen-Spriky-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.83 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
53
{
"name": "queen-spriky-whatsapp-bot",
"version": "1.0.0",
"description": "Lightweight WhatsApp Bot Developed By Udavin",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name queen-spriky-whatsapp-bot",
"stop": "pm2 stop queen-spriky-whatsapp-bot",
"restart": "pm2 restart queen-spriky-whatsapp-bot"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@mrnima/instagram-downloader": "^1.0.0",
"@mrnima/tiktok-downloader": "^1.0.0",
"@sl-code-lords/esana-news": "^1.1.0",
"@sl-code-lords/movie-api": "^1.0.0",
"@sl-code-lords/si-subdl": "^1.1.1",
"@whiskeysockets/baileys": "6.6.0",
"axios": "1.7.5",
"cheerio": "^1.0.0",
"express": "latest",
"fb-downloader-scrapper": "^2.0.0",
"file_size_url": "^1.0.6",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.3",
"formdata-node": "^6.0.3",
"fs-extra": "^11.1.0",
"g-i-s": "^2.1.7",
"google-it": "^1.6.4",
"google-tts-api": "^2.0.2",
"gtts": "^0.2.1",
"hirunews-scrap": "^1.1.2",
"jimp": "^0.16.13",
"mega": "^0.2.0",
"megajs": "^1.3.0",
"moment-timezone": "^0.5.45",
"mongoose": "^8.5.4",
"mumaker": "^2.0.0",
"mrnima-moviedl": "^1.0.0",
"node-fetch": "^2.6.1",
"node-schedule": "^2.1.1",
"pino": "^7.0.5",
"pixaldrain-sinhalasub": "git+https://github.com/DarkMakerofc/pixaldrain-sinhalasub.git",
"pm2": "^5.2.0",
"qrcode-terminal": "^0.12.0",
"sinhalasub.lk": "^9.0.0",
"uuid": "^11.0.2",
"wa-sticker-formatter": "^4.4.4",
"xnxx-dl": "^1.0.2",
"yt-search": "^2.11.1"
}
}