forked from ALI-INXIDE/STARK-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.29 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.29 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
{
"name": "ALI-MD",
"version": "3.0.0",
"description": "A WhatsApp Bot Created By ALI",
"main": "index.js",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name ALI-MD",
"stop": "pm2 stop ALI-MD",
"restart": "pm2 restart ALI-MD"
},
"dependencies": {
"@bochilteam/scraper": "3.0.0",
"@neeraj-x0/textpro": "^1.0.3",
"@vitalets/google-translate-api": "^9.2.0",
"@whiskeysockets/baileys": "6.7.9",
"@adiwajshing/keyed-db": "^0.2.4",
"@dark-yasiya/yt-dl.js":"latest",
"@dark-yasiya/scrap":"1.0.1",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@vitalets/google-translate-api": "^9.2.0",
"mumaker": "^2.0.0",
"node-cron": "^3.0.2",
"node-fetch": "^2.7.0",
"node-schedule": "^2.1.0",
"node-webpmux": "^3.1.0",
"pg": "^8.8.0",
"pino": "^7.0.5",
"pm2": "^6.0.5",
"archiver": "^5.3.1",
"bitly": "^7.1.2",
"jimp": "^0.16.1",
"module-alias": "^2.2.3",
"jsdom": "^20.0.0",
"lodash": "^4.17.21",
"browser-id3-writer": "^4.4.0",
"util": "^0.12.5",
"express": "latest",
"axios": "^1.2.5",
"crypto-digest-sync": "^1.0.0",
"crypto-js": "latest",
"file_size_url": "1.0.4",
"fs-extra": "^11.1.0",
"fs": "^0.0.1-security",
"g-i-s": "^2.1.6",
"google-tts-api": "^2.0.2",
"got": "^11.8.2",
"heroku-client": "^3.1.0",
"imgbb-uploader": "^1.5.1",
"ffmpeg": "^0.0.4",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.1",
"dotenv": "^16.4.7",
"google-tts-api": "^2.0.2",
"path": "^0.12.7",
"node-fetch": "^2.6.1",
"btch-downloader": "^2.2.9",
"megajs": "^1.1.0",
"wa_set_pkg": "1.0.5",
"wa-sticker-formatter": "^4.4.4",
"path": "^0.12.7",
"adm-zip": "^0.4.16",
"cheerio": "^1.0.0-rc.12",
"ruhend-scraper" : "8.0.3",
"qrcode-terminal": "^0.12.0",
"yt-search":"2.11.1",
"moment-timezone": "^0.5.40",
"raganork-bot": "^3.0.1",
"scraper-x0": "^1.0.6",
"sequelize": "^6.23.0",
"simple-git": "^3.14.1",
"spinnies": "^0.5.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"supervisor": "^0.12.0",
"vm": "^0.1.0",
"api-dylux":"1.8.5",
"@mrnima/tiktok-downloader":"1.0.0",
"@mrnima/facebook-downloader":"1.0.0",
"mrnima-moviedl":"1.0.0"
}
}