-
Notifications
You must be signed in to change notification settings - Fork 622
/
package.json
71 lines (71 loc) · 2.08 KB
/
package.json
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
{
"name": "Cheems-Bot-MD",
"version": "11.0.0",
"description": "Whatsapp Bot By DGXeon",
"main": "index.js",
"type": "commonjs",
"directories": {
"lib": "lib",
"src": "src",
"media": "XeonMedia"
},
"scripts": {
"code": "node main.js",
"start": "node index.js"
},
"author": "DGXeon",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "^6.6.0",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"anime-wallpaper": "^1.0.2",
"api-dylux": "^1.4.4",
"aptoide-scraper": "^1.0.1",
"awesome-phonenumber": "^5.9.0",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"crypto": "^1.0.1",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"g-i-s": "^2.1.7",
"google-tts-api": "^2.0.2",
"google-it": "^1.6.2",
"human-readable": "^0.2.1",
"imgur": "2.3.0",
"javascript-obfuscator": "^4.0.0",
"jimp": "^0.16.13",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"mal-scraper": "^2.11.4",
"mathjs": "^11.3.0",
"moment-timezone": "^0.5.43",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.11",
"node-os-utils": "^1.3.7",
"node-webpmux": "^3.1.7",
"node-id3": "^0.2.3",
"node-youtube-music": "^0.8.3",
"object-query-string": "^1.2.0",
"pastebin-js": "^1.0.6",
"performance-now": "^2.1.0",
"pino": "^8.14.1",
"qrcode": "^1.5.3",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"readline": "^1.3.0",
"request": "^2.88.2",
"set-cookie": "^0.0.4",
"steno": "^1.0.0",
"translate-google-api": "^1.0.4",
"@vitalets/google-translate-api": "^9.2.0",
"youtube-yts": "^2.0.0",
"ytdl-core": "^4.11.5",
"youtubedl-core": "^4.11.5",
"yt-search": "^2.10.4"
}
}