forked from fvzy/nefftzy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "Nefftzy",
"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": "Ditzzy",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "4.1.0",
"@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",
"g-i-s": "^2.1.6",
"hxz-api": "^1.0.1",
"jimp": "^0.16.1",
"kotz-api": "^1.0.0",
"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",
"ra-api": "^1.3.2",
"util": "^0.12.4",
"xfarr-api": "^1.0.0",
"yt-search": "^2.10.2"
}
}