-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "BETABOTZ-MD3",
"version": "1.0.0",
"description": "Case Bot Version From BetaBotz Api",
"main": "main.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"author": "Lann",
"license": "MIT",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@vitalets/google-translate-api": "^9.2.0",
"@whiskeysockets/baileys": "npm:@whiskeysockets/baileys",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"express": "^4.18.1",
"fetch": "^1.1.0",
"figlet": "^1.5.2",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "*",
"fs": "0.0.1-security",
"human-readable": "^0.2.1",
"jimp": "^0.16.1",
"moment-timezone": "^0.5.34",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-webpmux": "^3.1.0",
"os": "^0.1.2",
"path": "^0.12.7",
"pino": "^7.0.5",
"qrcode": "npm:code-qr@^1.5.1",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.32.6",
"readline": "^1.3.0",
"util": "^0.12.4",
"youtube-yts": "^2.0.0",
"wa-sticker-formatter": "latest"
}
}