forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 964 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
36
37
{
"name": "omi-agent",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc && cp src/patched-acp-entry.mjs dist/patched-acp-entry.mjs",
"eval:realtime-routing": "npm run build --silent && node scripts/eval-realtime-routing.mjs",
"start": "node dist/index.js",
"test": "vitest run"
},
"dependencies": {
"@earendil-works/pi-coding-agent": "^0.81.1",
"@playwright/mcp": "^0.0.68",
"@zed-industries/claude-agent-acp": "^0.18.0",
"zod": "^4.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.5.0",
"vitest": "^4.1.2",
"ws": "8.21.0"
},
"overrides": {
"brace-expansion": "~5.0.8",
"protobufjs": "~7.6.5",
"postcss": "~8.5.18",
"@earendil-works/pi-coding-agent": {
"brace-expansion": "~5.0.8",
"protobufjs": "~7.6.5"
},
"undici": "^7.28.0",
"vite": "^8.0.16",
"ws": "$ws"
}
}