forked from rtwone/BotMenfess
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 941 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
{
"name": "chitanda-md",
"version": "1.0.0",
"description": "Simple whatsapp bot with multi device.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "irfanhariyanto",
"license": "MIT",
"dependencies": {
"baileys-md": "^5.0.5",
"@adiwajshing/keyed-db": "^0.2.4",
"awesome-phonenumber": "^2.64.0",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"clui": "^0.3.6",
"fetch": "^1.1.0",
"figlet": "^1.5.2",
"file-type": "^16.5.3",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"jimp": "^0.16.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"node-fetch": "^2.6.4",
"parse-ms": "^2.1.0",
"pino": "^7.2.0",
"qrcode-terminal": "^0.12.0",
"util": "^0.12.4"
}
}