2026-06-29 15:21:12 +08:00
{
"name" : "@deepseek-ai/dsh-web-search-deepseek" ,
"description" : "DeepSeek-backed search provider (native web_search via the Anthropic-compatible API) for the DeepSeek Harness web capability seam (ctx.web)" ,
"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-06-29 15:21:12 +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-06-29 15:21:12 +08:00
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
2026-07-31 12:46:18 +08:00
"@deepseek-ai/dsh-agent" : "^0.0.1" ,
2026-07-31 12:58:06 +08:00
"@deepseek-ai/dsh-credentials" : "^0.0.1" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
2026-07-31 12:46:18 +08:00
"@deepseek-ai/dsh-session" : "^0.0.1" ,
2026-06-29 15:21:12 +08:00
"@deepseek-ai/dsh-web" : "^0.0.1" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-06-29 15:21:12 +08:00
} ,
"dependencies" : {
"schemastery" : "^3.18.0"
} ,
"devDependencies" : {
2026-07-31 12:46:18 +08:00
"@deepseek-ai/dsh-agent" : "workspace:^" ,
2026-07-31 12:58:06 +08:00
"@deepseek-ai/dsh-credentials" : "workspace:^" ,
"@deepseek-ai/dsh-credentials-local" : "workspace:^" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-07-31 12:46:18 +08:00
"@deepseek-ai/dsh-session" : "workspace:^" ,
2026-06-29 15:21:12 +08:00
"@deepseek-ai/dsh-web" : "workspace:^" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-06-29 15:21:12 +08:00
}
}