2026-07-08 19:20:50 +08:00
{
"name" : "@deepseek-ai/dsh-spill-policy" ,
"description" : "Tool-result spill policy for the DeepSeek Harness — replaces oversized plain-text tool results with a retained preview plus a spill-file path (no service surface)" ,
"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"
} ,
2026-07-19 22:13:50 +08:00
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
2026-07-08 19:20:50 +08:00
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
"lib/index.js" ,
2026-07-19 22:13:50 +08:00
"lib/invariant.js" ,
2026-07-08 19:20:50 +08:00
"lib/types/**/*.d.ts" ,
"lib/types/**/*.d.ts.map" ,
"src"
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
2026-07-08 19:20:50 +08:00
"@deepseek-ai/dsh-llm" : "^0.0.1" ,
"@deepseek-ai/dsh-retention" : "^0.0.1" ,
"@deepseek-ai/dsh-session" : "^0.0.1" ,
"@deepseek-ai/dsh-spill" : "^0.0.1" ,
"@deepseek-ai/dsh-tools" : "^0.0.1" ,
"cordis" : "^4.0.0-rc.6"
} ,
"dependencies" : {
"schemastery" : "^3.18.0"
} ,
"devDependencies" : {
"@deepseek-ai/dsh-agent" : "workspace:^" ,
2026-07-21 04:34:14 +08:00
"@deepseek-ai/dsh-code-runtime-worker" : "workspace:^" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-07-08 19:20:50 +08:00
"@deepseek-ai/dsh-llm" : "workspace:^" ,
"@deepseek-ai/dsh-retention" : "workspace:^" ,
"@deepseek-ai/dsh-session" : "workspace:^" ,
"@deepseek-ai/dsh-spill" : "workspace:^" ,
"@deepseek-ai/dsh-tools" : "workspace:^" ,
"cordis" : "^4.0.0-rc.6"
}
}