2026-08-06 04:39:52 +08:00
{
"name" : "@deepseek-ai/dsh-frontend-static" ,
"description" : "SPA dist server for the Web shell: owns the webserver fallback seat, serving the built frontend with index-tap injection, traversal rejection, and SPA index fallback" ,
2026-08-11 03:04:47 +08:00
"version" : "0.0.1-rc.1" ,
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/host/frontend-static"
} ,
2026-08-06 04:39:52 +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"
} ,
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
"lib/index.js" ,
"lib/invariant.js" ,
"lib/types/**/*.d.ts"
] ,
"license" : "BSD-3-Clause" ,
"peerDependencies" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/dsh-host-webserver" : "workspace:^" ,
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/cordis" : "workspace:^"
2026-08-06 04:39:52 +08:00
} ,
"dependencies" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/schemastery" : "workspace:^"
2026-08-06 04:39:52 +08:00
} ,
"devDependencies" : {
2026-08-10 22:04:06 +08:00
"@deepseek-ai/cordis-plugin-loader" : "workspace:^" ,
2026-08-06 04:39:52 +08:00
"@deepseek-ai/dsh-host-webserver" : "workspace:^" ,
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/cordis" : "workspace:^"
2026-08-06 04:39:52 +08:00
}
}