2026-07-09 16:05:44 +08:00
{
"name" : "@deepseek-ai/dsh-bash-sandbox" ,
"description" : "Sandbox-consuming implementation of the DeepSeek Harness bash executor seam (confines every command via ctx.sandbox, reports denial/enforcement result facts)" ,
"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-09 16:05:44 +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-09 16:05:44 +08:00
"lib/types/**/*.d.ts" ,
"lib/types/**/*.d.ts.map" ,
"src"
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
"@deepseek-ai/dsh-bash" : "^0.0.1" ,
"@deepseek-ai/dsh-bash-local" : "^0.0.1" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
2026-07-09 16:05:44 +08:00
"@deepseek-ai/dsh-sandbox" : "^0.0.1" ,
2026-07-14 20:05:57 +08:00
"@deepseek-ai/dsh-sandbox-policy" : "^0.0.1" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-07-09 16:05:44 +08:00
} ,
"devDependencies" : {
"@deepseek-ai/dsh-bash" : "workspace:^" ,
"@deepseek-ai/dsh-bash-local" : "workspace:^" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-07-26 12:43:14 +08:00
"@deepseek-ai/dsh-subprocess-local" : "workspace:^" ,
2026-07-09 16:05:44 +08:00
"@deepseek-ai/dsh-sandbox" : "workspace:^" ,
"@deepseek-ai/dsh-sandbox-local" : "workspace:^" ,
2026-07-14 20:05:57 +08:00
"@deepseek-ai/dsh-sandbox-policy" : "workspace:^" ,
2026-07-19 22:13:50 +08:00
"cordis" : "^4.0.0-rc.7" ,
"node-addon-landlock-run" : "0.0.0-test.0"
2026-07-09 16:05:44 +08:00
}
}