2026-07-28 23:04:22 +08:00
{
"name" : "@deepseek-ai/dsh-client-test-runtime" ,
"description" : "jsdom slot test runtime: real Cordis Context + SlotsService + web-react renderer with test-owned session/workspace doubles for feature specs" ,
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/client/test-runtime"
} ,
2026-07-28 23:04:22 +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"
} ,
"license" : "BSD-3-Clause" ,
"dependencies" : {
"@testing-library/dom" : "^10.4.1" ,
"@testing-library/react" : "^16.3.2" ,
"vitest" : "^4.1.8"
} ,
"peerDependencies" : {
2026-08-11 00:16:45 +08:00
"@deepseek-ai/dsh-client-runtime" : "workspace:^" ,
"@deepseek-ai/dsh-client-ui-slots" : "workspace:^" ,
"@deepseek-ai/dsh-client-web-react" : "workspace:^" ,
"@deepseek-ai/dsh-host-apiproxy" : "workspace:^" ,
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@deepseek-ai/cordis" : "workspace:^" ,
2026-07-28 23:04:22 +08:00
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0"
} ,
"devDependencies" : {
"@deepseek-ai/dsh-client-runtime" : "workspace:^" ,
"@deepseek-ai/dsh-client-ui-slots" : "workspace:^" ,
"@deepseek-ai/dsh-client-web-react" : "workspace:^" ,
2026-07-30 09:40:38 +08:00
"@deepseek-ai/dsh-host-apiproxy" : "workspace:^" ,
2026-07-28 23:04:22 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@types/react" : "~18.3.1" ,
"@types/react-dom" : "~18.3.0" ,
2026-08-11 00:16:45 +08:00
"@deepseek-ai/cordis" : "workspace:^" ,
2026-07-28 23:04:22 +08:00
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0"
} ,
"files" : [
"lib/index.js" ,
"lib/invariant.js" ,
2026-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-07-28 23:04:22 +08:00
]
}