forked from harshitethic/whatsapp-chatgpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.18 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
{
"name": "Whatsapp-chatgpt",
"version": "1",
"description": "WHATSAPP CHATGPT BOT, USING OPENAI",
"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/harshitethic",
"author": "harshitethic",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "npm:@whiskeysockets/baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"awesome-phonenumber": "^2.64.0",
"chalk": "^4.1.2",
"crypto": "^1.0.1",
"figlet": "^1.5.2",
"fs": "0.0.1-security",
"lodash": "^4.17.21",
"openai": "^3.1.0",
"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/harshitethic/whatsapp-chatgpt.git"
},
"bugs": {
"url": "https://github.com/harshitethic/whatsapp-chatgpt/issues"
},
"homepage": "https://github.com/harshitethic/whatsapp-chatgpt#readme"
}