-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "ELITE-PRO-V1",
"version": "1.1.0",
"description": "A WhatsApp bot with rich features.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"author": "cyrilix",
"license": "MIT",
"dependencies": {
"baileys": "npm:eliteprotech-baileys@1.0.4",
"express": "^5.1.0",
"@hapi/boom": "latest",
"awesome-phonenumber": "^5.9.0",
"axios": "^1.14.0",
"gifted-btns": "^1.0.2",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"libphonenumber-js": "^1.12.8",
"human-readable": "^0.2.1",
"jimp": "^0.16.3",
"jsdom": "^22.1.0",
"moment-timezone": "^0.5.43",
"node-fetch": "^2.6.11",
"node-webpmux": "^3.1.7",
"performance-now": "^2.1.0",
"pino": "^10.1.0",
"qrcode": "^1.5.3",
"jsqr": "^1.4.0",
"translate-google-api": "^1.0.4",
"yt-search": "^2.10.4",
"@vitalets/google-translate-api": "^9.2.0",
"google-tts-api": "^2.0.2",
"node-cache": "^5.1.2",
"dotenv": "^17.2.3",
"@ffmpeg-installer/ffmpeg": "latest"
}
}