forked from Allan-Davincs/FLEX-AI
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (51 loc) Β· 1.41 KB
/
package.json
File metadata and controls
52 lines (51 loc) Β· 1.41 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
{
"name": "FLEX-AI",
"version": "2.0.0",
"description": "A WhatsApp bot Created by Davincs",
"main": "index.js",
"scripts": {
"start": "pm2-runtime index.js --name FLEX-AI"
},
"dependencies": {
"@whiskeysockets/baileys": "github:EdderBot02/bail",
"@adiwajshing/keyed-db": "^0.2.4",
"@dark-yasiya/yt-dl.js": "1.0.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@vitalets/google-translate-api": "^9.2.0",
"@dark-yasiya/scrap": "1.0.1",
"pino": "^7.0.5",
"pm2": "^6.0.8",
"util": "^0.12.4",
"express": "^5.1.0",
"moment-timezone": "^0.6.0",
"axios": "^1.7.9",
"crypto-digest-sync": "^1.0.0",
"crypto-js": "^4.2.0",
"file_size_url": "1.0.4",
"fs-extra": "^11.1.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.0",
"form-data": "^4.0.0",
"google-tts-api": "^2.0.2",
"path": "^0.12.7",
"node-fetch": "^2.6.1",
"btch-downloader": "^2.2.9",
"megajs": "^1.1.7",
"pdfkit": "^0.17.1",
"wa_set_pkg": "1.0.5",
"wa-sticker-formatter": "^4.4.4",
"vm": "^0.1.0",
"adm-zip": "^0.5.16",
"cheerio": "^1.0.0-rc.12",
"ruhend-scraper": "8.0.3",
"qrcode-terminal": "^0.12.0",
"yt-search": "2.11.1",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"jimp": "^0.16.1",
"api-dylux": "latest",
"@mrnima/tiktok-downloader": "1.0.0",
"@mrnima/facebook-downloader": "1.0.0",
"mrnima-moviedl": "1.0.0"
}
}