-
Notifications
You must be signed in to change notification settings - Fork 286
/
package.json
75 lines (75 loc) · 1.92 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
72
73
74
75
{
"name": "XLICON-V4-MD",
"version": "4.0.0",
"description": "Bot WhatsApp Using Lib Baileys Multi Device",
"main": "start.js",
"type": "commonjs",
"scripts": {
"start": "node start.js"
},
"keywords": [
"Whatsapp Bot By Salman Ahmad"
],
"author": "Salman-Ahmad",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys" : "latest",
"@adiwajshing/keyed-db": "^0.2.4",
"@distube/ytdl-core": "^4.13.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@hapi/boom": "^10.0.0",
"@vitalets/google-translate-api": "^9.2.0",
"awesome-phonenumber": "^4.4.0",
"axios": "*",
"chalk": "^4.1.2",
"figlet":"^1.5.2",
"cheerio": "^1.0.0-rc.10",
"cookie": "^0.5.0",
"express": "*",
"filesize": "^10.0.7",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"fluent-ffmpeg-7": "^2.1.5",
"fs-extra": "^11.1.0",
"google-tts-api": "^2.0.2",
"got": "^13.0.0",
"human-readable": "^0.2.1",
"javascript-obfuscator": "^4.0.0",
"jimp": "^0.16.2",
"link-preview-js": "^3.0.4",
"mathjs": "^11.5.0",
"megajs": "^1.1.4",
"mal-scraper": "^2.11.4",
"md5": "^2.3.0",
"mongoose": "^7.3.4",
"moment-timezone": "^0.5.43",
"ms": "^2.1.3",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.0",
"node-gtts": "^2.0.2",
"node-webpmux": "^3.1.7",
"node-id3": "^0.2.3",
"node-youtube-music": "^0.8.3",
"os": "^0.1.2",
"parse-ms": "^3.0.0",
"pdfkit": "^0.13.0",
"perf_hooks": "^0.0.1",
"pino": "^8.8.0",
"process": "^0.11.10",
"qrcode-terminal": "^0.12.0",
"qs": "^6.11.0",
"request": "^2.88.2",
"requests": "^0.3.0",
"superagent": "^8.0.9",
"translate-google-api": "^1.0.4",
"yargs": "^17.6.2",
"youtube-yts": "^2.0.0",
"youtubedl-core": "^4.11.5",
"ytdl-core": "^4.11.5",
"yt-search": "^2.10.4"
},
"directories": {
"lib": "lib",
"src": "src"
}
}