-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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
{
"name": "Zenith-V4",
"version": "4.0.0",
"description": "A powerful Multi-Device WhatsApp Bot featuring various utilities and media tools.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"author": "Ghost king",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "^6.6.0",
"awesome-phonenumber": "^2.64.0",
"@hapi/boom": "^10.0.1",
"axios": "^1.6.8",
"@vitalets/google-translate-api": "^8.0.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0",
"performance-now": "^2.1.0",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"file-type": "^16.5.4",
"filesize": "^10.1.6",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"genshin-db": "^5.1.8",
"human-readable": "^0.2.1",
"jimp": "^0.16.13",
"jsdom": "^25.0.0",
"lodash": "^4.17.21",
"lowdb": "^2.1.0",
"moment-timezone": "^0.5.43",
"mongoose": "^6.2.1",
"node-fetch": "^2.6.11",
"node-cache": "^5.1.2",
"node-webpmux": "^3.1.7",
"pino": "^7.0.5",
"pm2": "^5.2.0",
"qrcode": "^1.5.3","scrape-it": "^6.1.3",
"similarity": "^1.2.1",
"string-similarity": "^4.0.4",
"util": "^0.12.5",
"wa-sticker-formatter": "^4.4.4",
"yargs": "^17.7.2",
"yt-search": "^2.12.1"
},
"keywords": ["WhatsApp", "bot", "Baileys", "multi-device"],
"engines": {
"node": "18.x"
}
}