2026-07-27 03:21:06 +08:00
{
2026-07-27 22:17:10 +08:00
"name" : "@deepseek-ai/dsh-subagent-dsh-sdk" ,
2026-07-27 03:21:06 +08:00
"description" : "Out-of-process SDK subagent backend: drives a child DeepSeek Harness runtime subprocess over stdio JSON-RPC through the TypeScript SDK client" ,
"version" : "0.0.1" ,
"private" : true ,
"type" : "module" ,
"main" : "lib/index.js" ,
"types" : "lib/types/index.d.ts" ,
"exports" : {
"." : {
"types" : "./lib/types/index.d.ts" ,
"default" : "./lib/index.js"
} ,
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
"lib/index.js" ,
"lib/invariant.js" ,
2026-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-07-27 03:21:06 +08:00
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
"@deepseek-ai/dsh-agent" : "^0.0.1" ,
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
"@deepseek-ai/dsh-llm" : "^0.0.1" ,
"@deepseek-ai/dsh-sdk-client" : "^0.0.1" ,
"@deepseek-ai/dsh-session" : "^0.0.1" ,
"@deepseek-ai/dsh-subagent" : "^0.0.1" ,
2026-07-27 21:52:40 +08:00
"@deepseek-ai/dsh-subprocess" : "^0.0.1" ,
2026-07-27 03:21:06 +08:00
"cordis" : "^4.0.0-rc.7"
} ,
"dependencies" : {
"schemastery" : "^3.18.0"
} ,
"devDependencies" : {
"@cordisjs/plugin-loader" : "^1.0.0-rc.5" ,
"@deepseek-ai/dsh-agent" : "workspace:^" ,
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/dsh-llm" : "workspace:^" ,
"@deepseek-ai/dsh-loader-smoke" : "workspace:^" ,
"@deepseek-ai/dsh-sdk-client" : "workspace:^" ,
"@deepseek-ai/dsh-sdk-protocol" : "workspace:^" ,
"@deepseek-ai/dsh-session" : "workspace:^" ,
"@deepseek-ai/dsh-subagent" : "workspace:^" ,
2026-07-27 21:52:40 +08:00
"@deepseek-ai/dsh-subprocess" : "workspace:^" ,
2026-07-27 03:21:06 +08:00
"cordis" : "^4.0.0-rc.7"
}
}