-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
1 lines (1 loc) · 1.16 KB
1
{"name": "@yaways/dsh-subagent-claude-code-wrapper", "description": "Claude Code subagent provider with configurable CLI executable path, forked from @deepseek-ai/dsh-subagent-claude-code", "version": "0.1.0", "publishConfig": {"access": "public"}, "repository": {"type": "git", "url": "git+https://github.com/yaways/dsh-subagent-claude-code-wrapper.git"}, "type": "module", "main": "lib/index.js", "exports": {".": "./lib/index.js", "./invariant": "./lib/invariant.js", "./src/*": "./src/*", "./package.json": "./package.json"}, "files": ["lib/**/*.js", "lib/**/*.d.ts", "lib/**/*.d.ts.map", "lib/**/*.js.map", "cordis.patch.yml"], "license": "MIT", "dsh": {"bundle": {"patch": "./cordis.patch.yml"}}, "scripts": {"build": "tsc -b tsconfig.json"}, "peerDependencies": {"@deepseek-ai/dsh-invariants": "*", "@deepseek-ai/dsh-llm": "*", "@deepseek-ai/dsh-session": "*", "@deepseek-ai/dsh-subagent": "*", "@deepseek-ai/dsh-subprocess": "*", "@deepseek-ai/dsh-timeout": "*", "@deepseek-ai/cordis": "*", "@deepseek-ai/schemastery": "*"}, "dependencies": {"@anthropic-ai/sdk": "0.93.0", "@anthropic-ai/claude-agent-sdk": "0.3.220", "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3"}}