-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 906 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 906 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
33
34
35
{
"name": "playwright_ai_agent",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@langchain/mistralai": "^0.2.0",
"@langchain/groq": "^0.2.2",
"@langchain/openai": "^0.5.6",
"@langchain/core": "^0.3.45",
"@langchain/pinecone": "^0.2.0",
"@playwright/browser-chromium": "1.51.1",
"@playwright/browser-firefox": "1.51.1",
"@playwright/browser-webkit": "1.51.1",
"@playwright/test": "^1.51.1",
"langchain": "^0.3.23",
"axios": "^1.5.0",
"playwright": "1.51.1",
"uuid": "^9.0.1",
"zod": "^3.24.3",
"dotenv": "^16.3.1",
"@pinecone-database/pinecone": "^5.1.1"
}
}