-
Notifications
You must be signed in to change notification settings - Fork 204
/
package.json
43 lines (39 loc) · 862 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
38
39
40
41
42
43
{
"name": "aquabot",
"version": "1.0.1",
"description": "aquabot happy for whatsapp.",
"main": "/aquabot/bot.js",
"scripts": {
"start": "supervisor -s bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanuwaofficial/AquaBot.git"
},
"keywords": [
"whatsapp",
"bot",
"ai",
"api",
"unlimited",
"asenadev",
"machine learning",
"automatic",
"whatsapp web",
"whatsapp api"
],
"author": "sanuwa",
"developer": "sanuwa",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/sanuwaofficial/AquaBot/issues"
},
"homepage": "https://github.com/sanuwaofficial/AquaBot",
"dependencies": {
"aquabot": "^1.0.0",
"hxz-api": "^1.0.1",
"emoji-api": "^2.0.1",
"si-sub": "^1.0.1" ,
"@lh2020/speedtest-net":"^2.1.1"
}
}