-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 682 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 682 Bytes
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
{
"name": "wabase-button",
"version": "1.0.0",
"description": "Interactive WhatsApp bot based on atexovi-baileys",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"whatsapp",
"bot",
"button",
"atexovi-baileys"
],
"author": "Atex Ovi",
"license": "MIT",
"dependencies": {
"atexovi-baileys": "7.5.6-rc.6",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"dotenv": "^17.2.3",
"figlet": "^1.9.3",
"inquirer": "^12.9.6",
"jimp": "^1.6.0",
"ora": "^9.0.0",
"pino": "^10.1.0",
"lru-cache": "^10.0.0"
}
}