2026-08-06 04:40:11 +08:00
{
"name" : "@deepseek-ai/dsh-headless" ,
"description" : "The dsh one-shot bundle: a patch layer over dsh-base + dsh-web-app plus the runner plugin driving one task turn through the in-process API carrier" ,
"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"
} ,
"./cordis.patch.yml" : "./cordis.patch.yml" ,
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
"lib/index.js" ,
"lib/invariant.js" ,
"cordis.patch.yml" ,
"lib/types/**/*.d.ts"
] ,
"license" : "BSD-3-Clause" ,
"dsh" : {
2026-08-06 17:28:30 +08:00
"bundle" : {
"patch" : "./cordis.patch.yml"
}
2026-08-06 04:40:11 +08:00
} ,
"dependencies" : {
"schemastery" : "^3.18.0"
} ,
"peerDependencies" : {
2026-08-06 06:45:23 +08:00
"@deepseek-ai/dsh-agent" : "^0.0.1" ,
2026-08-06 04:40:11 +08:00
"@deepseek-ai/dsh-host-apiproxy" : "^0.0.1" ,
"@deepseek-ai/dsh-host-webserver" : "^0.0.1" ,
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
"@deepseek-ai/dsh-session" : "^0.0.1" ,
"cordis" : "^4.0.0-rc.7"
} ,
"devDependencies" : {
2026-08-06 09:27:44 +08:00
"@cordisjs/plugin-loader" : "workspace:^" ,
2026-08-06 06:45:23 +08:00
"@deepseek-ai/dsh-agent" : "workspace:^" ,
2026-08-06 04:40:11 +08:00
"@deepseek-ai/dsh-host-apiproxy" : "workspace:^" ,
"@deepseek-ai/dsh-host-webserver" : "workspace:^" ,
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/dsh-session" : "workspace:^" ,
"cordis" : "^4.0.0-rc.7"
}
}