-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 795 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 795 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
{
"name": "claude-forge-plugin",
"version": "1.1.1",
"description": "Multi-CLI delegation and orchestration for Claude Code - route backend to Codex, frontend to Gemini",
"type": "module",
"license": "GPL-3.0-only",
"author": {
"name": "staticpayload",
"url": "https://github.com/staticpayload"
},
"repository": {
"type": "git",
"url": "https://github.com/staticpayload/claude-forge"
},
"homepage": "https://github.com/staticpayload/claude-forge",
"engines": {
"node": ">=18.0.0"
},
"files": [
".claude-plugin",
".mcp.json",
"agents",
"hooks",
"hud",
"scripts",
"servers",
"skills",
"templates",
"docs",
"README.md",
"LICENSE"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.2"
}
}