-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.41 KB
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
51
52
53
{
"name": "cwv-agent",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-crypto/sha256-js": "5.2.0",
"@aws-sdk/credential-provider-node": "^3.972.42",
"@aws-sdk/types": "3.775.0",
"@langchain/community": "^1.1.28",
"@langchain/core": "^1.1.46",
"@langchain/google-genai": "^2.1.30",
"@langchain/google-vertexai": "^2.1.30",
"@langchain/langgraph": "^1.3.0",
"@langchain/openai": "^1.4.5",
"@modelcontextprotocol/sdk": "^1.29.0",
"@smithy/eventstream-codec": "^4.2.10",
"@smithy/signature-v4": "5.3.4",
"compression": "^1.8.1",
"dotenv": "16.5.0",
"htmlfy": "0.7.2",
"js-tiktoken": "1.0.19",
"langchain": "^1.4.0",
"lighthouse": "^12.8.2",
"mcp-remote-with-okta": "1.3.0",
"node-html-parser": "7.0.1",
"openai": "4.62.1",
"psi": "^3.1.0",
"puppeteer": "24.6.1",
"puppeteer-har": "1.1.2",
"puppeteer-to-istanbul": "1.4.0",
"undici": "^7.25.0",
"yargs": "17.7.2",
"zod": "^3.25.32"
},
"type": "module",
"overrides": {
"@smithy/signature-v4": "5.3.4"
},
"devDependencies": {
"@babel/eslint-parser": "7.27.0",
"eslint": "8.57.1",
"eslint-config-airbnb-base": "15.0.0",
"terser": "^5.48.0",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2"
}
}