-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
107 lines (107 loc) · 2.34 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
{
"name": "arasea",
"version": "7.3.0",
"description": "Ely-MD By Arasea",
"main": "main.js",
"type": "module",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"test": "node test.js",
"test2": "nodemon index.js"
},
"keywords": [
"termux-whatsapp-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"whatsapp",
"Games-wabot",
"wabot-aq",
"multi-device",
"MD",
"baileys-md",
"ely-md"
],
"homepage": "https://github.com/arasea2/ely-md",
"author": {
"name": "arasea"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arasea2/ely-md.git"
},
"bugs": {
"url": "https://github.com/arasea2/ely-md/issues"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@whiskeysockets/baileys": "^6.7.9",
"awesome-phonenumber": "^7.1.0",
"axios": "^1.7.8",
"brainly-scraper-v2": "^2.2.8",
"cfonts": "^3.3.0",
"chalk": "^5.3.0",
"cheerio": "^1.0.0",
"colors": "1.4.0",
"emoji-api": "^3.0.1",
"express": "^4.21.1",
"ffmpeg": "^0.0.4",
"file-type": "^19.6.0",
"fluent-ffmpeg": "^2.1.3",
"formdata-node": "^6.0.3",
"genshin-db": "^5.1.10",
"google-it": "^1.6.4",
"got": "^14.4.5",
"got-scraping": "^4.0.8",
"human-readable": "^0.2.1",
"imagemaker.js": "^2.0.4",
"jsdom": "^25.0.1",
"link-preview-js": "^3.0.12",
"lodash": "^4.17.21",
"lowdb": "5.1.0",
"moment-timezone": "^0.5.45",
"mongoose": "6.3.3",
"node-gtts": "^2.0.2",
"node-webpmux": "^3.2.0",
"ofetch": "^1.4.0",
"open": "^10.1.0",
"perf_hooks": "^0.0.1",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"read-chunk": "^5.0.0",
"readline": "^1.3.0",
"similarity": "^1.2.1",
"socket.io": "^4.8.1",
"spottydl": "^0.2.6",
"syntax-error": "^1.4.0",
"telegraf": "^4.16.3",
"terminal-image": "^3.0.0",
"tesseract.js": "^5.1.0",
"url-regex-safe": "^4.0.0",
"yargs": "^17.7.2",
"yt-search": "^2.11.1",
"zod": "^3.23.8"
},
"optionalDependencies": {
"@vitalets/google-translate-api": "^9.2.0",
"bing-scraper": "^1.4.11",
"canvafy": "^7.2.0",
"hmfull": "^2.4.3",
"rembg-node": "^2.0.2",
"sagiri": "^4.1.0",
"scathach-api": "^1.0.16",
"tinycolor2": "^1.6.0",
"wa-sticker-formatter": "^4.4.4"
},
"overrides": {
"sharp": "^0.32.2"
}
}