2026-06-26 17:23:18 +08:00
{
2026-07-02 03:12:38 +08:00
"name" : "@deepseek-ai/dsh-fs-policy" ,
2026-06-28 13:49:02 +08:00
"description" : "File-context policy plugin for the DeepSeek Harness — observed-state, read-before-edit, and version-guarded write/edit added over the ctx.fs provider seam through the fs/* event gate (no service surface)" ,
2026-06-26 17:23:18 +08:00
"version" : "0.0.1" ,
"private" : true ,
"type" : "module" ,
"main" : "lib/index.js" ,
2026-06-28 17:24:45 +08:00
"types" : "lib/types/index.d.ts" ,
2026-06-26 17:23:18 +08:00
"exports" : {
"." : {
2026-06-28 17:24:45 +08:00
"types" : "./lib/types/index.d.ts" ,
2026-06-26 17:23:18 +08:00
"default" : "./lib/index.js"
} ,
2026-07-19 22:13:50 +08:00
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
2026-06-26 17:23:18 +08:00
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
2026-06-28 17:43:29 +08:00
"lib/index.js" ,
2026-07-19 22:13:50 +08:00
"lib/invariant.js" ,
2026-06-28 17:43:29 +08:00
"lib/types/**/*.d.ts" ,
"lib/types/**/*.d.ts.map" ,
2026-06-26 17:23:18 +08:00
"src"
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
"@deepseek-ai/dsh-fs" : "^0.0.1" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-06-26 17:23:18 +08:00
} ,
"devDependencies" : {
"@deepseek-ai/dsh-fs" : "workspace:^" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-06-26 17:23:18 +08:00
"@deepseek-ai/dsh-llm" : "workspace:^" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-06-26 17:23:18 +08:00
}
}