-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
39 lines (39 loc) · 972 Bytes
/
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
{
"name": "wbot-md",
"description": "A WhatsApp Bot built with Baileys",
"version": "1.0.2",
"main": "./lib/connect.js",
"license": "MIT",
"author": "FaizBastomi",
"scripts": {
"start": "node ."
},
"dependencies": {
"@adiwajshing/baileys": "^4.4.0",
"@vitalets/google-translate-api": "^8.0.0",
"axios": "^0.27.2",
"brainly-scraper-v2": "1.1.2",
"chalk": "4.1.2",
"cheerio": "^1.0.0-rc.12",
"file-type": "16.5.3",
"fluent-ffmpeg": "2.1.2",
"form-data": "4.0.0",
"googlethis": "^1.2.9",
"human-readable": "0.2.1",
"moment-timezone": "^0.5.37",
"ms": "2.1.3",
"parse-ms": "^2.1.0",
"webp-converter": "2.3.3",
"wikijs": "^6.3.3",
"yt-search": "^2.10.3"
},
"devDependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.0",
"bluebird": "^3.7.2",
"jimp": "^0.16.1",
"node-cron": "^3.0.2",
"pino": "^7.6.5",
"qrcode-terminal": "^0.12.0"
}
}