2026-07-09 15:25:18 +08:00
{
2026-07-11 21:37:38 +08:00
"name" : "@deepseek-ai/dsh-user-approval" ,
"description" : "User-approval seam (ctx.approval) for the DeepSeek Harness: one-shot permission decisions dispatched to composed answerers over the approval/request waterfall, fail-closed by default" ,
2026-07-09 15:25:18 +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-19 22:13:50 +08:00
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
2026-07-19 21:17:57 +08:00
"./types" : {
"types" : "./lib/types/types.d.ts" ,
"default" : "./lib/types/types.js"
} ,
2026-07-09 15:25:18 +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-19 21:17:57 +08:00
"lib/types/**/*.js" ,
2026-07-09 15:25:18 +08:00
"lib/types/**/*.d.ts" ,
"lib/types/**/*.d.ts.map" ,
"src"
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
"@deepseek-ai/dsh-agent" : "^0.0.1" ,
"@deepseek-ai/dsh-brand" : "^0.0.1" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
2026-07-09 15:25:18 +08:00
"@deepseek-ai/dsh-llm" : "^0.0.1" ,
2026-07-11 23:14:09 +08:00
"@deepseek-ai/dsh-scope" : "^0.0.1" ,
2026-07-09 15:25:18 +08:00
"@deepseek-ai/dsh-session" : "^0.0.1" ,
2026-07-09 16:41:03 +08:00
"@deepseek-ai/dsh-system-prompt" : "^0.0.1" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-07-09 15:25:18 +08:00
} ,
2026-07-09 16:41:03 +08:00
"dependencies" : {
"schemastery" : "^3.18.0"
} ,
2026-07-09 15:25:18 +08:00
"devDependencies" : {
"@deepseek-ai/dsh-agent" : "workspace:^" ,
"@deepseek-ai/dsh-brand" : "workspace:^" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-07-09 15:25:18 +08:00
"@deepseek-ai/dsh-llm" : "workspace:^" ,
2026-07-11 23:14:09 +08:00
"@deepseek-ai/dsh-scope" : "workspace:^" ,
2026-07-09 15:25:18 +08:00
"@deepseek-ai/dsh-session" : "workspace:^" ,
2026-07-09 16:41:03 +08:00
"@deepseek-ai/dsh-system-prompt" : "workspace:^" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-07-09 15:25:18 +08:00
}
}