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
30 lines (30 loc) · 713 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 713 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
{
"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",
"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"
},
"overrides": {
"brace-expansion": "^5.0.6",
"protobufjs": "^7.6.3",
"undici": "^7.28.0",
"vite": "^8.0.16",
"ws": "^8.21.0"
}
}