-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
109 lines (109 loc) · 2.8 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
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
{
"name": "aero-bot-md",
"version": "1.0.3",
"description": "Simple WhatsApp Bot Multi Device",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib",
"scraper": "scraper",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [
"termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"whatsapp",
"wabot-aq"
],
"homepage": "https://github.com/GX004/Aero-Bot",
"author": "Hardy",
"repository": {
"type": "git",
"url": "git+https://github.com/GX004/Aero-Bot.git"
},
"bugs": {
"url": "https://github.com/GX004/Aero-Bot/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@whiskeysockets/baileys": "^6.7.9",
"@adiwajshing/keyed-db": "^0.2.4",
"@vitalets/google-translate-api": "^8.0.0",
"acrcloud": "^1.4.0",
"archiver": "^7.0.1",
"awesome-phonenumber": "^2.68.0",
"axios": "^1.3.4",
"cfonts": "^3.1.1",
"chalk": "^5.0.1",
"cheerio": "^1.0.0-rc.12",
"chess.js": "^1.0.0-beta.6",
"colors": "1.4.0",
"cross-fetch": "^4.0.0",
"events": "^3.3.0",
"express": "^4.18.1",
"file-type": "^18.0.0",
"fluent-ffmpeg": "*",
"form-data": "^4.0.0",
"formdata-node": "^5.0.0",
"google-it": "^1.6.4",
"got": "12.5.3",
"human-readable": "^0.2.1",
"imagemaker.js": "^2.0.4",
"imgbb-uploader": "^1.3.5",
"instagram-url-direct": "^1.0.13",
"javascript-obfuscator": "^4.1.0",
"jimp": "^0.16.1",
"js-beautify": "^1.15.1",
"jsbarcode": "^3.11.5",
"jsdom": "^19.0.0",
"knights-canvas": "^1.3.7-a",
"libphonenumber-js": "^1.10.51",
"link-preview-js": "^3.0.5",
"lodash": "^4.17.21",
"lowdb": "^5.0.5",
"megajs": "^1.1.4",
"mime-types": "^2.1.34",
"moment-timezone": "^0.5.41",
"mongoose": "^7.0.0",
"node-cache": "*",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.1",
"node-gtts": "^2.0.2",
"node-id3": "^0.2.6",
"node-os-utils": "^1.3.6",
"node-schedule": "^2.1.1",
"node-webpmux": "^3.2.0",
"object-query-string": "*",
"pdfkit": "^0.14.0",
"perf_hooks": "^0.0.1",
"performance-now": "^2.1.0",
"pino": "^8.11.0",
"platform": "^1.3.6",
"prodia.js": "^2.1.1",
"api-dylux": "^1.8.5",
"qrcode": "^1.5.3",
"qs": "^6.11.0",
"readline": "^1.3.0",
"replicate": "^0.25.1",
"scrape-primbon": "^1.1.0",
"similarity": "^1.2.1",
"spinnies": "^0.5.1",
"syntax-error": "^1.4.0",
"undici": "^6.0.1",
"url-regex-safe": "^3.0.0",
"util": "^0.12.5",
"wa-sticker-formatter": "^4.3.2",
"webcrack": "^2.10.0",
"ws": "^8.14.2",
"xmldom": "^0.6.0",
"yargs": "^17.7.1",
"yt-search": "^2.10.4",
"ytdl-core": "github:khlevon/node-ytdl-core#v4.11.4-patch.2"
}
}