-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "opencode-a2a-plugin-relay-workspace",
"private": true,
"version": "0.1.0",
"description": "Plugin-first A2A relay for OpenCode with internal MCP operations support.",
"license": "MIT",
"homepage": "https://github.com/FengYunCalm/opencode-peer-session-relay#readme",
"repository": {
"type": "git",
"url": "https://github.com/FengYunCalm/opencode-peer-session-relay.git"
},
"bugs": {
"url": "https://github.com/FengYunCalm/opencode-peer-session-relay/issues"
},
"packageManager": "pnpm@10.8.1",
"engines": {
"node": ">=22.0.0"
},
"keywords": [
"opencode",
"a2a",
"plugin",
"mcp",
"relay"
],
"scripts": {
"build": "tsc -b",
"typecheck": "tsc -b --pretty false",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@opencode-ai/plugin": "^1.3.13",
"@opencode-ai/sdk": "^1.3.13",
"@types/better-sqlite3": "^7.6.12",
"@types/node": "^22.15.21",
"better-sqlite3": "^11.10.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"zod": "^3.24.4"
}
}