forked from Hanzo127/alya-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 875 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
{
"name":"alya-bot",
"version":"4.1-rc",
"description":"WhatsApp Bot",
"main":"index.js",
"scripts":{
"test":"echo \"Error: no test specified\" && exit 1"
},
"repository":{
"type":"git",
"url":"git+https://github.com/alya-tok/alya-bot.git"
},
"keywords":[
"wb",
"bot"
],
"author":"alya-tok",
"license":"ISC",
"bugs":{
"url":"https://github.com/alya-tok/alya-bot/issues"
},
"homepage":"https://github.com/alya-tok/alya-bot#readme",
"dependencies":{
"@adiwajshing/keyed-db":"^0.2.4",
"@colors/colors": "^1.6.0",
"@neoxr/wb": "^1.12.11",
"baileys": "6.0.7",
"bytes": "^3.1.2",
"cfonts": "3.1.1",
"json-stable-stringify": "^1.0.2",
"node-cron": "^3.0.0",
"qrcode": "1.5.0",
"speedtest-net": "1.6.2",
"yt-search": "^2.10.3"
}
}