forked from EliteProTech/ELITE-PRO-V1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 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
{
"name": "ELITE-PRO-V1",
"version": "1.0.9",
"description": "A WhatsApp bot with rich features.",
"main": "index.js",
"type": "commonjs",
"directories": {
"lib": "lib",
"database": "database",
"session": "session",
"media": "media"
},
"scripts": {
"start": "node index.js"
},
"author": "Chinedu-MD",
"license": "MIT",
"dependencies": {
"baileys": "^6.7.19",
"@adiwajshing/keyed-db": "^0.2.4",
"express": "^5.1.0",
"@hapi/boom": "^10.0.1",
"awesome-phonenumber": "^5.9.0",
"axios": "^1.9.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"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": "^1.6.0",
"jsdom": "^22.1.0",
"moment-timezone": "^0.5.43",
"node-fetch": "^2.6.11",
"node-id3": "^0.2.3",
"node-webpmux": "^3.1.7",
"node-youtube-music": "^0.8.3",
"performance-now": "^2.1.0",
"pino": "^8.14.1",
"qrcode": "^1.5.3",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"set-cookie": "^0.0.4",
"translate-google-api": "^1.0.4",
"youtube-yts": "^2.0.0",
"ytdl-core": "^4.11.5",
"youtubedl-core": "^4.11.5",
"yt-search": "^2.10.4",
"@vitalets/google-translate-api": "^9.2.0",
"google-tts-api": "^2.0.2",
"node-cache": "^5.1.2",
"dotenv": "^16.4.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0"
}
}