-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.11 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
47
48
49
50
51
{
"name": "wabot-aq",
"version": "1.2.8",
"description": "Customizable WhatsApp Bot",
"depecrated": false,
"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",
"whatsapp",
"js-whatsapp"
],
"homepage": "https://github.com/Nurutomo/wabot-aq",
"author": {
"name": "arpunchs"
},
"repository": {
"url": "https://github.com/Nurutomo/wabot-aq.git"
},
"bugs": {
"url": "https://github.com/Nurutomo/wabot-aq/issues"
},
"license": "GPL3",
"dependencies": {
"@adiwajshing/baileys": "^3.4.1",
"awesome-phonenumber": "^2.45.0",
"cfonts": "^2.9.1",
"chalk": "^4.1.0",
"express": "^4.17.1",
"file-type": "^16.1.0",
"form-data": "^3.0.0",
"google-it": "^1.6.1",
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
"node-gtts": "^2.0.2",
"qrcode": "^1.4.4",
"syntax-error": "^1.4.0",
"terminal-image": "^1.2.1",
"url-regex": "^5.0.0",
"yargs": "^16.2.0"
}
}