-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.19 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
{
"name": "June-X Ultra",
"version": "2.8.8",
"description": "WhatsApp MD-Style Multi-Command Bot by Supreme",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"install:no-puppeteer": "PUPPETEER_SKIP_DOWNLOAD=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm install"
},
"keywords": [
"whatsapp bot",
"June-Ultra",
"bot",
"baileys",
"library"
],
"author": "Agent of Dusk",
"license": "MIT",
"engines": {
"node": ">=20.x",
"npm": ">=10.x"
},
"dependencies": {
"@bochilteam/scraper": "^5.0.1",
"@bochilteam/scraper-facebook": "^5.0.0",
"@bochilteam/scraper-tiktok": "^5.0.0",
"@vitalets/google-translate-api": "^9.2.1",
"@whiskeysockets/baileys": "7.0.0-rc14",
"adm-zip": "^0.5.18",
"awesome-phonenumber": "^7.8.0",
"axios": "^1.19.0",
"better-sqlite3": "11.10.0",
"chalk": "^4.1.2",
"cheerio": "^1.2.0",
"docx": "^9.7.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"ffmpeg-static": "^5.3.0",
"file-type": "^16.5.4",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.6",
"g-i-s": "^2.1.7",
"gifted-btns": "^1.0.2",
"jimp": "^1.6.1",
"js-confuser": "^1.7.3",
"lolcatjs": "^2.4.3",
"mammoth": "^1.12.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.48",
"mongodb": "^6.21.0",
"mumaker": "^2.0.0",
"node-cache": "^5.1.2",
"node-fetch": "^2.7.0",
"node-webpmux": "^3.2.1",
"pdf-parse": "^2.4.5",
"pdfkit": "^0.18.0",
"pg": "^8.22.0",
"pino": "^9.14.0",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"ruhend-scraper": "^9.0.8",
"sharp": "^0.34.5",
"sql.js": "^1.10.2",
"wa-sticker-formatter": "^4.4.4",
"webp-converter": "^2.3.3",
"yt-search": "^2.13.1",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"nodemon": "^3.1.14"
},
"overrides": {
"form-data": "^4.0.6"
}
}