-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.35 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": "KANGO-XMD",
"version": "3.0.0",
"description": "The best Whatsapp bot im Ghana",
"main": "index.js",
"engines": {
"node": ">= 20.x",
"npm": ">= 10.x"
},
"scripts": {
"start": "node index.js"
},
"author": "Hector Manuel",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "v7.0.0-rc.9",
"@rodrigogs/baileys-store": "latest",
"acrcloud": "^1.4.0",
"awesome-phonenumber": "^7.2.0",
"axios": "^1.7.9",
"pm2": "^6.0.5",
"dotenv": "16.5.0",
"chalk": "^4.1.2",
"cheerio": "0.22.0",
"css-select": "5.1.0",
"check-disk-space": "^3.3.1",
"express": "^4.19.2",
"file-type": "^16.5.3",
"figlet": "^1.7.0",
"fluent-ffmpeg": "^2.1.3",
"ffmpeg-static": "^5.2.0",
"form-data": "^4.0.0",
"google-tts-api": "^2.0.2",
"javascript-obfuscator": "^4.0.0",
"human-readable": "^0.2.1",
"https": "^1.0.0",
"jimp": "^1.6.0",
"lodash": "latest",
"lolcatjs": "^2.4.1",
"megajs": "^1.3.2",
"moment-timezone": "^0.5.45",
"node-cache": "^5.1.2",
"adm-zip": "^0.5.16",
"node-fetch": "^2.7.0",
"node-os-utils": "^1.3.6",
"node-webpmux": "^3.1.0",
"os": "^0.1.1",
"perf_hooks": "0.0.1",
"performance-now": "^2.1.0",
"pino": "^8.14.1",
"steno": "^1.0.0",
"yargs": "^17.7.2",
"yt-search": "^2.10.4"
}
}