-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 771 Bytes
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
{
"type": "module",
"name": "wa-chatbot-gemini",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon chat6.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@langchain/core": "^0.3.19",
"@langchain/google-genai": "^0.1.4",
"@langchain/google-vertexai": "^0.1.3",
"@langchain/openai": "^0.3.14",
"@langchain/textsplitters": "^0.1.0",
"dotenv": "^16.4.5",
"fs": "0.0.1-security",
"langchain": "^0.3.6",
"nodemon": "^3.1.7",
"openai": "^4.73.1",
"puppeteer": "^23.9.0",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.26.0"
}
}