2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh-client-runtime",
|
2026-07-23 21:55:39 +08:00
|
|
|
"description": "Client core services: SlotsService, SessionsService (scope tree + object layer)",
|
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/runtime"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +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"
|
|
|
|
|
},
|
|
|
|
|
"./client": {
|
|
|
|
|
"types": "./lib/types/client/index.d.ts",
|
|
|
|
|
"default": "./lib/client.js"
|
|
|
|
|
},
|
|
|
|
|
"./src/*": "./src/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2026-08-10 20:39:26 +08:00
|
|
|
"dsh": {
|
|
|
|
|
"client": {
|
|
|
|
|
"inject": [
|
|
|
|
|
"@deepseek-ai/dsh-client-connection",
|
|
|
|
|
"@deepseek-ai/dsh-typert-registry"
|
|
|
|
|
],
|
|
|
|
|
"platform": "web",
|
|
|
|
|
"immediately": true
|
|
|
|
|
}
|
2026-07-19 21:17:57 +08:00
|
|
|
},
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"dependencies": {
|
2026-08-09 18:42:25 +08:00
|
|
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
2026-07-23 15:20:47 +08:00
|
|
|
"@deepseek-ai/dsh-attachment": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@deepseek-ai/dsh-client-connection": "workspace:^",
|
2026-08-07 23:25:42 +08:00
|
|
|
"@deepseek-ai/dsh-client-schema-form": "workspace:^",
|
2026-07-28 01:37:45 +08:00
|
|
|
"@deepseek-ai/dsh-commands": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-slots": "workspace:^",
|
2026-07-23 21:55:39 +08:00
|
|
|
"@deepseek-ai/dsh-host-apiproxy": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@deepseek-ai/dsh-llm": "workspace:^",
|
2026-07-26 14:09:31 +08:00
|
|
|
"@deepseek-ai/dsh-llm-retry": "workspace:^",
|
2026-07-23 02:56:16 +08:00
|
|
|
"@deepseek-ai/dsh-session": "workspace:^",
|
2026-07-27 16:15:29 +08:00
|
|
|
"@deepseek-ai/dsh-session-projection": "workspace:^",
|
2026-07-27 22:32:36 +08:00
|
|
|
"@deepseek-ai/dsh-session-title": "workspace:^",
|
2026-08-09 18:42:25 +08:00
|
|
|
"@deepseek-ai/dsh-tools": "workspace:^",
|
2026-07-23 02:56:16 +08:00
|
|
|
"immer": "^10.1.1",
|
2026-07-19 21:17:57 +08:00
|
|
|
"react": "^18.2.0",
|
2026-07-23 02:56:16 +08:00
|
|
|
"zustand": "~4.4.7"
|
2026-07-19 21:17:57 +08:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-type-meta": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-typert-registry": "workspace:^",
|
|
|
|
|
"@deepseek-ai/cordis": "workspace:^"
|
2026-07-19 21:17:57 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
2026-07-29 14:23:03 +08:00
|
|
|
"@deepseek-ai/dsh-timeout": "workspace:^",
|
2026-08-06 15:28:54 +08:00
|
|
|
"@deepseek-ai/dsh-type-meta": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-typert-registry": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@types/react": "~18.3.1",
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/cordis": "workspace:^",
|
|
|
|
|
"@deepseek-ai/schemastery": "workspace:^"
|
2026-07-19 21:17:57 +08:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib/index.js",
|
|
|
|
|
"lib/invariant.js",
|
|
|
|
|
"lib/client.js",
|
2026-08-04 22:06:32 +08:00
|
|
|
"lib/types/**/*.d.ts"
|
2026-07-19 21:17:57 +08:00
|
|
|
]
|
|
|
|
|
}
|