-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
38 lines (38 loc) · 979 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
{
"name": "WhatsAsenaDuplicated",
"version": "1.3.6",
"description": "WhatsAsena project - a Whatsapp userbot helping to improve your Whatsapp experience.",
"main": "./WhatsAsenaDuplicated/bot.js",
"scripts": {
"start": "supervisor -s bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phaticusthiccy/WhatsAsenaDuplicated.git"
},
"keywords": [
"whatsapp",
"bot",
"ai",
"asena",
"api",
"unlimited",
"asenadev",
"machine learning",
"automatic",
"whatsapp web",
"whatsapp api",
"WhatsAsena"
],
"author": "AsenaDev / Yusuf Usta",
"developer": "AsenaDev / @phaticusthiccy",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/phaticusthiccy/WhatsAsenaDuplicated/issues"
},
"homepage": "https://github.com/phaticusthiccy/WhatsAsenaDuplicated#readme",
"dependencies": {
"whatsasena-npm": "^1.3.0",
"@phaticusthiccy/open-apis": "^1.4.0"
}
}