-
Notifications
You must be signed in to change notification settings - Fork 416
/
Copy pathpackage.json
41 lines (41 loc) · 985 Bytes
/
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
{
"name": "open-ai-chatGPT-bot",
"version": "2.0.0",
"description": "Mr nima chat gpt bot allows you to use OpenAi(chatGPT) on Whatsapp.",
"main": "main.js",
"type": "commonjs",
"scripts": {
"start": "node main.js"
},
"keywords": [
"openai",
"whatsapp-bot",
"chatgpt",
"baileys-md",
"bot-wa",
"bot-md",
"whatsapp-multi-device"
],
"author": "Mr-Nima",
"license": "MIT",
"dependencies": {
"@adiwajshing/baileys": "npm:[email protected]",
"@adiwajshing/keyed-db": "^0.2.4",
"chalk": "^4.1.2",
"mrnima-openai-chatgpt-bot": "^0.1.4",
"openai": "^3.1.0",
"qrcode-terminal": "^0.12.0"
},
"directories": {
"lib": "lib",
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DarkMakerofc/OpenAi-ChatGPT-Bot"
},
"bugs": {
"url": "https://github.com/DarkMakerofc/OpenAi-ChatGPT-Bot"
},
"homepage": "https://github.com/DarkMakerofc/OpenAi-ChatGPT-Bot"
}