-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.67 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.67 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
{
"name": "Flash-Md-V3",
"version": "3.0.0",
"description": "Advanced WhatsApp Multi-Device Bot using Baileys",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node flash.js && node --loader ./preload.js index.js",
"dev": "node index.js",
"postinstall": "PUPPETEER_SKIP_DOWNLOAD=true npm rebuild sharp --force"
},
"engines": {
"node": ">=20.x <=24.x",
"npm": ">=9.x"
},
"author": "franceking1",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "git+https://lyfe00011-admin@bitbucket.org/lyfe00011/baileys.git",
"@hapi/boom": "^10.0.1",
"axios": "^1.4.0",
"adm-zip": "0.5.16",
"dotenv": "^16.3.1",
"pino": "^8.15.1",
"express": "^4.19.2",
"yt-search": "^2.10.4",
"performance-now": "^2.1.0",
"fs-extra": "^11.1.1",
"heroku-client": "^3.1.1",
"wa-sticker-formatter": "^4.4.4",
"node-catbox": "^3.2.0",
"file-type": "21.0.0",
"ws": "^8.18.0",
"cheerio": "^1.0.0-rc.10",
"qs": "^6.11.6",
"@xaviabot/fb-downloader": "^1.0.14",
"aptoide_scrapper_fixed": "1.0.2",
"mumaker": "^2.0.0",
"moment-timezone": "^0.5.43",
"g-i-s": "^2.1.7",
"node-cron": "^3.0.3",
"translatte": "^3.0.1",
"ruhend-scraper": "9.0.8",
"node-fetch": "^3.3.2",
"simple-xml-to-json": "1.0.0",
"nayan-api-servers": "^2.4.8",
"nayan-media-downloaders": "^0.1.8"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"optionalDependencies": {
"puppeteer": "^23.1.1",
"sharp": "^0.33.5",
"ffmpeg-static": "5.2.0",
"fluent-ffmpeg": "^2.1.2",
"jimp": "^1.6.0",
"acrcloud": "^1.4.0"
},
"overrides": {
"sharp": "^0.33.5"
}
}