-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 890 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
{
"name": "chrome-devtools-quickstart",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"benchmark:simple": "tsx benchmark/simple-benchmark.ts",
"benchmark:complex": "tsx benchmark/multi-step-benchmark.ts",
"benchmark:simple:direct": "tsx benchmark/simple-benchmark-direct.ts",
"benchmark:complex:direct": "tsx benchmark/multi-step-benchmark-direct.ts"
},
"devDependencies": {
"@types/pngjs": "^6.0.5",
"tsx": "^4.21.0",
"vite": "^5.4.2"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.62",
"@anthropic-ai/sdk": "^0.71.2",
"@mcp-b/global": "3.0.0",
"@modelcontextprotocol/sdk": "^1.24.3",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"dotenv": "^16.4.5",
"jpeg-js": "^0.4.4",
"pngjs": "^7.0.0"
}
}