-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 818 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 818 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
31
32
{
"name": "base-bailey-json",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"type": "module",
"scripts": {
"lint": "eslint . --no-ignore",
"dev": "npm run lint && nodemon ./src/app.js",
"start": "node ./src/app.js"
},
"keywords": [],
"dependencies": {
"@builderbot-plugins/langchain": "^1.0.0-alpha.0",
"@builderbot/bot": "1.2.1",
"@builderbot/provider-baileys": "1.2.1",
"@langchain/core": "^0.2.23",
"@langchain/google-vertexai": "^0.0.25",
"@langchain/openai": "^0.2.6",
"@supabase/supabase-js": "^2.45.1",
"dotenv": "^16.4.5",
"langchain": "^0.2.15",
"zod": "^3.23.8"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-builderbot": "latest",
"nodemon": "^3.1.0"
},
"author": "",
"license": "ISC"
}