-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.32 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": "WhatsApp-GPT",
"version": "2.1.0",
"description": "AutoResponder is the easiest way to combine the state-of-the-art AI ChatGPT / GPT-4 by OpenAI with your WhatsApp and answer any query automatically.",
"main": "index.js",
"type": "commonjs",
"scripts": {
"start": "node index.js"
},
"keywords": [
"termux",
"whatsapp-openai",
"whatsapp-openai",
"whatsapp-bot",
"whatsapp-baileys",
"baileys-md",
"bot-wa",
"bot-md",
"whatsapp-multi-device"
],
"base": "https://github.com/DikaArdnt/Hisoka-Morou",
"author": "lamcodeofpwnosec",
"license": "MIT",
"dependencies": {
"@hapi/boom": "^10.0.0",
"@whiskeysockets/baileys": "github:WhiskeySockets/Baileys",
"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/lamcodeofpwnosec/WhatsApp-GPT.git"
},
"bugs": {
"url": "https://github.com/lamcodeofpwnosec/WhatsApp-GPT/issues"
},
"homepage": "https://github.com/lamcodeofpwnosec/WhatsApp-GPT#readme"
}