2026-07-14 20:05:57 +08:00
{
"name" : "@deepseek-ai/dsh-sandbox-policy" ,
2026-07-21 00:44:28 +08:00
"description" : "Per-call sandbox policy resolver (ctx.sandboxPolicy): deployment fallbacks plus each session's mode and workspace root, shared by every enforcing capability family" ,
2026-07-14 20:05:57 +08:00
"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-20 19:48:51 +08:00
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
2026-07-14 20:05:57 +08:00
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
"lib/index.js" ,
2026-07-20 19:48:51 +08:00
"lib/invariant.js" ,
2026-07-14 20:05:57 +08:00
"lib/types/**/*.d.ts" ,
"lib/types/**/*.d.ts.map" ,
"src"
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
2026-07-20 19:48:51 +08:00
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
2026-07-14 20:05:57 +08:00
"@deepseek-ai/dsh-sandbox" : "^0.0.1" ,
"@deepseek-ai/dsh-session" : "^0.0.1" ,
2026-07-15 21:39:02 +08:00
"cordis" : "^4.0.0-rc.7"
2026-07-14 20:05:57 +08:00
} ,
"dependencies" : {
"schemastery" : "^3.18.0"
} ,
"devDependencies" : {
2026-07-20 19:48:51 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-07-14 20:05:57 +08:00
"@deepseek-ai/dsh-sandbox" : "workspace:^" ,
"@deepseek-ai/dsh-session" : "workspace:^" ,
2026-07-15 21:39:02 +08:00
"cordis" : "^4.0.0-rc.7"
2026-07-14 20:05:57 +08:00
}
}