-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (110 loc) · 2.76 KB
/
package.json
File metadata and controls
111 lines (110 loc) · 2.76 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "ef-prime-md-ultra",
"version": "3.0.1",
"description": "EF-PRIME-MD-ULTRA WhatsApp Bot - Advanced Multi-Device Bot",
"main": "start.js",
"type": "commonjs",
"scripts": {
"start": "node start.js",
"dev": "nodemon index.js",
"debug": "DEBUG=* node start.js"
},
"keywords": [
"whatsapp-bot",
"ef-prime-md",
"baileys-md",
"whatsapp-web",
"multi-device",
"EF-PRIME-MD-ULTRA",
"frankkaumbadev",
"render support"
],
"contributors": [
{
"name": "FrankKaumbaDev",
"role": "Owner & Lead Developer",
"email": "frankkaumbadev@gmail.com",
"github": "https://github.com/efkidgamerdev"
}
],
"author": {
"name": "FrankKaumbaDev",
"email": "efkidgamer@gmail.com",
"url": "https://github.com/efkidgamerdev"
},
"license": "Apache-2.0",
"directories": {
"lib": "lib",
"src": "src"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@whiskeysockets/baileys": "^7.0.0-rc.9",
"baileys": "6.7.18",
"@distube/ytdl-core": "^4.13.5",
"@google/generative-ai": "^0.24.0",
"@hapi/boom": "^10.0.0",
"@ibaraki-douji/pixivts": "^2.4.1",
"aki-api": "npm:@aqul/akinator-api@1.0.1",
"awesome-phonenumber": "^4.4.0",
"api-qasim": "^3.2.5",
"axios": "^1.7.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"chess.js": "^1.2.0",
"circular-json": "^0.5.9",
"crypto-js": "^4.2.0",
"didyoumean": "^1.2.2",
"dotenv": "^16.4.0",
"express": "^4.18.2",
"filesize": "^10.0.7",
"file-type": "^16.5.3",
"flatted": "^3.2.9",
"fluent-ffmpeg": "^2.1.2",
"g-i-s": "^2.1.7",
"gm": "^1.25.0",
"googlethis": "^1.7.1",
"human-readable": "^0.2.1",
"jimp": "^1.6.0",
"jsdom": "^21.1.0",
"lowdb": "^2.1.0",
"md5": "^2.3.0",
"mongoose": "^7.3.4",
"moment-timezone": "^0.5.43",
"ms": "^2.1.3",
"node-cache": "^5.1.2",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"node-webpmux": "^3.2.0",
"pdfkit": "^0.13.0",
"performance-now": "^2.1.0",
"pino": "^8.8.0",
"qrcode": "^1.5.4",
"qrcode-terminal": "^0.12.0",
"qs": "^6.11.0",
"similarity": "^1.2.1",
"translate-google-api": "^1.0.4",
"ws": "^8.13.0",
"xmlhttprequest": "^1.8.0",
"yargs": "^17.6.2",
"ytdl-core": "npm:@distube/ytdl-core@latest",
"yt-search": "^2.10.4"
},
"devDependencies": {
"nodemon": "^3.0.0"
},
"overrides": {
"jimp": "^1.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/efkidgamerdev/EF-PRIME-MD-ULTRA.git"
},
"bugs": {
"url": "https://github.com/efkidgamerdev/EF-PRIME-MD-ULTRA/issues"
},
"homepage": "https://github.com/efkidgamerdev/EF-PRIME-MD-ULTRA#readme"
}