-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
46 lines (46 loc) · 1.21 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
44
45
46
{
"name": "hisoka-baileys",
"version": "1.1.0",
"description": "a WhatsApp Bot Using Library @whiskeysockets/baileys",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js --max-old-space-size=8192",
"dev": "pm2 start index.js --name hisoka-baileys --max-memory-restart 8G -- --max-old-space-size=8192"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hisoka-Morrou/hisoka-baileys.git"
},
"keywords": [
"weabot",
"wa-bot",
"whatsapp-bot",
"apalah",
"hisoka"
],
"author": "Dika Ardnt.",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Hisoka-Morrou/hisoka-baileys/issues"
},
"homepage": "https://github.com/Hisoka-Morrou/hisoka-baileys#readme",
"dependencies": {
"@whiskeysockets/baileys": "latest",
"chalk": "^5.3.0",
"child_process": "^1.0.2",
"file-type": "^18.5.0",
"fluent-ffmpeg": "^2.1.2",
"moment-timezone": "^0.5.43",
"mongoose": "^7.3.4",
"node-webpmux": "^3.1.7"
},
"devDependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"axios": "^1.4.0",
"jimp": "^0.16.13",
"link-preview-js": "^3.0.4",
"open": "^8.4.2",
"qrcode-terminal": "0.12.0"
}
}