2026-07-08 19:20:50 +08:00
{
"name" : "@deepseek-ai/dsh-spill-policy" ,
2026-07-24 19:54:25 +08:00
"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 API)" ,
2026-08-13 18:43:09 +08:00
"version" : "0.1.0-rc.5" ,
2026-08-11 00:02:53 +08:00
"publishConfig" : {
2026-08-13 18:05:10 +08:00
"access" : "public"
2026-08-11 00:02:53 +08:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/deepseek-ai/deepseek-harness.git" ,
"directory" : "packages/spill/spill-policy"
} ,
2026-07-08 19:20:50 +08:00
"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-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-07-08 19:20:50 +08:00
] ,
2026-08-13 01:46:57 +08:00
"license" : "MIT" ,
2026-07-08 19:20:50 +08:00
"peerDependencies" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/dsh-llm" : "workspace:^" ,
2026-08-13 00:36:22 +08:00
"@deepseek-ai/dsh-output-retention" : "workspace:^" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/dsh-session" : "workspace:^" ,
"@deepseek-ai/dsh-spill" : "workspace:^" ,
"@deepseek-ai/dsh-tools" : "workspace:^" ,
"@deepseek-ai/cordis" : "workspace:^"
2026-07-08 19:20:50 +08:00
} ,
"dependencies" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/schemastery" : "workspace:^"
2026-07-08 19:20:50 +08:00
} ,
"devDependencies" : {
"@deepseek-ai/dsh-agent" : "workspace:^" ,
2026-08-13 00:36:22 +08:00
"@deepseek-ai/dsh-code-runtime-worker-thread" : "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:^" ,
2026-08-13 00:36:22 +08:00
"@deepseek-ai/dsh-output-retention" : "workspace:^" ,
2026-07-08 19:20:50 +08:00
"@deepseek-ai/dsh-session" : "workspace:^" ,
"@deepseek-ai/dsh-spill" : "workspace:^" ,
"@deepseek-ai/dsh-tools" : "workspace:^" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/cordis" : "workspace:^"
2026-07-08 19:20:50 +08:00
}
}