2026-07-29 18:34:06 +08:00
{
"name" : "@deepseek-ai/dsh-host-directory-picker-auto" ,
"description" : "Adaptive chooser of the directory-picker seam: resolves the host situation at boot and mounts the native or browse backend for the DeepSeek Harness web GUI host" ,
"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"
} ,
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
"lib/index.js" ,
"lib/invariant.js" ,
2026-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-07-29 18:34:06 +08:00
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
"@cordisjs/plugin-loader" : "^1.0.0-rc.5" ,
"@deepseek-ai/dsh-host-directory-picker-browse" : "^0.0.1" ,
"@deepseek-ai/dsh-host-directory-picker-native" : "^0.0.1" ,
"@deepseek-ai/dsh-host-webserver" : "^0.0.1" ,
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
"cordis" : "^4.0.0-rc.7"
} ,
"devDependencies" : {
"@cordisjs/plugin-include" : "workspace:^" ,
"@cordisjs/plugin-loader" : "workspace:^" ,
"@deepseek-ai/dsh-host-directory-picker" : "workspace:^" ,
"@deepseek-ai/dsh-host-directory-picker-browse" : "workspace:^" ,
"@deepseek-ai/dsh-host-directory-picker-native" : "workspace:^" ,
"@deepseek-ai/dsh-host-webserver" : "workspace:^" ,
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"cordis" : "^4.0.0-rc.7"
}
}