forked from neoxr/wbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name":"@neoxr/wb",
"version":"1.0.0",
"description":"WhatsApp Bot",
"main":"index.js",
"scripts":{
"test":"echo \"Error: no test specified\" && exit 1"
},
"repository":{
"type":"git",
"url":"git+https://github.com/neoxr/wb.git"
},
"keywords":[
"wb",
"bot"
],
"author":"Wildan Izzudin",
"license":"ISC",
"bugs":{
"url":"https://github.com/neoxr/wb/issues"
},
"homepage":"https://github.com/neoxr/wb#readme",
"dependencies":{
"baileys": "6.0.7",
"@adiwajshing/keyed-db":"^0.2.4",
"@colors/colors": "^1.6.0",
"@neoxr/wb": "^1.4.3",
"cfonts": "3.1.1",
"express": "^4.18.2",
"json-stable-stringify": "^1.0.2",
"node-cron": "^3.0.0",
"node-gtts": "^2.0.2",
"nodemailer": "^6.9.0",
"openai": "^3.1.0",
"os": "^0.1.2",
"qrcode": "1.5.0",
"speedtest-net": "1.6.2",
"spinnies": "^0.5.1",
"translate-google-api": "1.0.4",
"yt-search": "^2.10.3"
}
}