-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
80 lines (80 loc) · 2.06 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
76
77
78
79
80
{
"name": "Wave-Bot",
"version": "2.0.0",
"description": "WhatsApp Bot Using Nodejs",
"main": "index.js",
"type": "commonjs",
"directories": {
"lib": "lib",
"database": "database",
"session": "session",
"media": "media"
},
"scripts": {
"start": "node index.js"
},
"author": "Meshack Bahati",
"license": "MIT",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@distube/ytdl-core": "latest",
"@hapi/boom": "^10.0.1",
"@queenanya/invite": "^6.0.0",
"@whiskeysockets/baileys": "latest",
"aptoide-scraper": "^1.0.1",
"async": "^3.2.5",
"awesome-phonenumber": "^5.9.0",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"dns": "^0.2.2",
"dns2": "latest",
"dotenv": "latest",
"ffmpeg": "^0.0.4",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"google-it": "^1.6.2",
"google-tts-api": "^2.0.2",
"http": "^0.0.1-security",
"https": "^1.0.0",
"https-proxy-agent": "^7.0.5",
"human-readable": "^0.2.1",
"javascript-obfuscator": "^4.1.1",
"jimp": "^0.16.13",
"jsdom": "^22.1.0",
"mathjs": "^13.0.0",
"moment-timezone": "^0.5.43",
"net": "^1.0.2",
"node-fetch": "^2.6.11",
"node-id3": "^0.2.3",
"node-libnmap": "^0.2.15",
"node-nmap": "^4.0.0",
"node-periodic-table": "^0.0.6",
"node-webpmux": "^3.1.7",
"node-youtube-music": "^0.8.3",
"object-query-string": "^1.2.0",
"os": "^0.1.2",
"perf_hooks": "^0.0.1",
"performance-now": "^2.1.0",
"pino": "^8.14.1",
"portscanner": "^2.2.0",
"ptable": "^0.0.3",
"qrcode": "^1.5.3",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"set-cookie": "^0.0.4",
"ssh2": "^1.15.0",
"tcp-ping": "^0.1.1",
"tls": "^0.0.1",
"translate-google-api": "^1.0.4",
"util": "^0.12.5",
"wikipedia": "^2.1.2",
"word-definition": "^2.1.6",
"youtube-yts": "^2.0.0",
"youtubedl-core": "^4.11.5",
"ytdl-core": "^4.11.5"
}
}