-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 894 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 894 Bytes
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
{
"name": "wbot-md",
"description":"A WhatsApp Bot built with Baileys",
"version": "1.0.1-4",
"main": "./lib/connect.js",
"license": "MIT",
"author": "FaizBastomi",
"scripts": {
"start": "node ."
},
"dependencies": {
"@adiwajshing/baileys": "^4.1.0",
"@vitalets/google-translate-api": "^8.0.0",
"axios": "^0.26.1",
"brainly-scraper-v2": "1.1.2",
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.10",
"file-type": "16.5.3",
"fluent-ffmpeg": "2.1.2",
"form-data": "4.0.0",
"human-readable": "0.2.1",
"moment-timezone": "0.5.34",
"ms": "2.1.3",
"nhentai-js": "^4.0.0",
"webp-converter": "2.3.3",
"wikijs": "^6.3.3",
"yt-search": "^2.10.3",
"@discordjs/collection": "^0.5.0",
"@hapi/boom": "^9.1.4",
"bluebird": "^3.7.2",
"jimp": "^0.16.1",
"pino": "^7.6.5",
"qrcode-terminal": "^0.12.0"
}
}