forked from DikaArdnt/Hisoka-Morou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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": "hisoka-morou",
"version": "3.0.1",
"description": "WhatsApp Bot Using Lib whatsapp-web.js",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js --max-old-space-size=8192"
},
"keywords": [
"wawebjs",
"base-wabot",
"playwright",
"hisoka",
"whatsapp-web.js"
],
"repository": {
"type": "git",
"url": "https://github.com/DikaArdnt/Hisoka-Morou"
},
"bugs": {
"url": "https://github.com/DikaArdnt/Hisoka-Morou/issues"
},
"homepage": "https://github.com/DikaArdnt/Hisoka-Morou",
"author": {
"name": "Dika Ardnt.",
"email": "dika.ardianta7@yahoo.com",
"url": "https://github.com/DikaArdnt"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"child_process": "^1.0.2",
"chokidar": "^3.5.3",
"file-type": "^18.2.1",
"moment-timezone": "^0.5.41",
"mongoose": "^7.1.0",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.32.0",
"util": "^0.12.5",
"whatsapp-web.js": "github:amiruldev20/mywajs#v2"
}
}