-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 738 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
32
33
34
35
{
"name": "wabot-aq",
"version": "1.0.0",
"description": "Customizable WhatsApp Bot",
"main": "index.js",
"directories": {
"lib": "lib",
"src": "src",
"plugins": "plugins"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [
"termux-whatsapp-bot",
"whatsapp-bot"
],
"author": "Nurutomo",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"chalk": "^4.1.0",
"express": "^4.17.1",
"file-type": "^16.1.0",
"form-data": "^3.0.0",
"google-it": "^1.6.0",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"qrcode": "^1.4.4",
"syntax-error": "^1.4.0",
"yargs": "^16.2.0"
}
}