-
-
Notifications
You must be signed in to change notification settings - Fork 237
/
package.json
54 lines (54 loc) · 1.25 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
52
53
54
{
"name": "Whatsapp-Ai-BOT",
"version": "2.1.0",
"description": "Whatsapp Ai Bot, developed BY Bhautik Bavadiya with YesbhautikX",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"keywords": [
"termux",
"Whatsapp-Ai-BOT",
"whatsapp-openai",
"whatsapp-openai",
"whatsapp-bot",
"whatsapp-baileys",
"baileys-md",
"bot-wa",
"bot-md",
"yesbhautik",
"whatsapp-multi-device",
"YesbhautikX"
],
"base": "https://yesbhautik.co.in/",
"author": "YESBHAUTIK",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^10.0.0",
"@whiskeysockets/baileys": "^6.6.0",
"awesome-phonenumber": "^2.64.0",
"axios": "^1.3.4",
"chalk": "^4.1.2",
"crypto": "^1.0.1",
"figlet": "^1.5.2",
"fs": "0.0.1-security",
"lodash": "^4.17.21",
"openai": "^4.20.1",
"pino": "^7.0.5",
"qrcode-terminal": "^0.12.0",
"util": "^0.12.4"
},
"directories": {
"lib": "lib",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yesbhautik/Whatsapp-Ai-BOT.git"
},
"bugs": {
"url": "https://github.com/yesbhautik/Whatsapp-Ai-BOT/issues"
},
"homepage": "https://github.com/yesbhautik/Whatsapp-Ai-BOT#readme"
}