2026-07-09 15:42:37 +08:00
{
"name" : "@deepseek-ai/dsh-sandbox-local" ,
2026-08-08 01:24:33 +08:00
"description" : "Local process-sandbox backends for the DeepSeek Harness sandbox seam: bwrap, the npm-distributed landlock-run launcher, macOS Seatbelt, or the Windows ACL restricted-token runner — functionally probed, fail-closed" ,
2026-08-13 05:58:16 +08:00
"version" : "0.0.1-rc.5" ,
2026-08-11 00:02:53 +08:00
"publishConfig" : {
"access" : "restricted"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/deepseek-ai/deepseek-harness.git" ,
"directory" : "packages/sandbox/sandbox-local"
} ,
2026-07-09 15:42:37 +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-09 15:42:37 +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-09 15:42:37 +08:00
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/dsh-llm" : "workspace:^" ,
"@deepseek-ai/dsh-sandbox" : "workspace:^" ,
"@deepseek-ai/dsh-session" : "workspace:^" ,
"@deepseek-ai/cordis" : "workspace:^"
2026-07-09 15:42:37 +08:00
} ,
"dependencies" : {
2026-08-08 01:24:33 +08:00
"@deepseek-ai/dsh-sandbox-windows-acl" : "workspace:^" ,
2026-08-06 14:41:17 +08:00
"@deepseek-ai/node-addon-landlock-run" : "workspace:*" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/schemastery" : "workspace:^"
2026-07-09 15:42:37 +08:00
} ,
"devDependencies" : {
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-07-09 15:42:37 +08:00
"@deepseek-ai/dsh-llm" : "workspace:^" ,
"@deepseek-ai/dsh-sandbox" : "workspace:^" ,
2026-08-08 17:29:43 +08:00
"@deepseek-ai/dsh-session" : "workspace:^" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/cordis" : "workspace:^"
2026-07-09 15:42:37 +08:00
}
}