-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
47
48
49
{
"name": "jun-base",
"version": "1.0.0",
"description": "Framework Event-Driven modular para bots de WhatsApp (Node.js ≥18.x) con aislamiento de procesos y pipeline de handlers encadenados.",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "npm install && node index.js"
},
"keywords": [
"bot-framework",
"whatsapp-bot",
"baileys",
"modular",
"event-driven",
"high-performance",
"jun-base"
],
"author": "Zeppth",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zeppth/Jun-Base.git"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@google/generative-ai": "^0.24.1",
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^7.0.0-rc.8",
"axios": "^1.6.2",
"chalk": "^5.3.0",
"cheerio": "1.0.0-rc.12",
"chokidar": "^4.0.1",
"dotenv": "^17.0.0",
"express": "^4.19.2",
"got": "^14.4.3",
"jimp": "^1.6.0",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.43",
"node-cache": "5.1.2",
"pino": "9.1.0",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0"
}
}