2026-07-08 11:00:06 +08:00
|
|
|
{
|
2026-08-13 00:36:22 +08:00
|
|
|
"name": "@deepseek-ai/dsh-code-runtime-worker-thread",
|
2026-07-08 11:00:06 +08:00
|
|
|
"description": "Worker-thread implementation of the DeepSeek Harness code-execution seam",
|
2026-08-13 02:53:36 +08:00
|
|
|
"version": "0.0.1-rc.3",
|
2026-08-11 00:02:53 +08:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "restricted"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
|
2026-08-13 00:36:22 +08:00
|
|
|
"directory": "packages/code-runtime/code-runtime-worker-thread"
|
2026-08-11 00:02:53 +08:00
|
|
|
},
|
2026-07-08 11:00:06 +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"
|
|
|
|
|
},
|
2026-07-19 22:13:50 +08:00
|
|
|
"./invariant": {
|
|
|
|
|
"types": "./lib/types/invariant.d.ts",
|
|
|
|
|
"default": "./lib/invariant.js"
|
|
|
|
|
},
|
2026-07-09 21:34:52 +08:00
|
|
|
"./worker": {
|
|
|
|
|
"types": "./lib/types/worker.d.ts",
|
2026-07-13 20:55:47 +08:00
|
|
|
"default": "./lib/worker.cjs"
|
2026-07-09 21:34:52 +08:00
|
|
|
},
|
2026-07-08 11:00:06 +08:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib/index.js",
|
2026-07-19 22:13:50 +08:00
|
|
|
"lib/invariant.js",
|
2026-07-13 20:55:47 +08:00
|
|
|
"lib/worker.cjs",
|
2026-08-04 22:06:32 +08:00
|
|
|
"lib/types/**/*.d.ts"
|
2026-07-08 11:00:06 +08:00
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"peerDependencies": {
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/dsh-code-runtime": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-session": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-timeout": "workspace:^",
|
|
|
|
|
"@deepseek-ai/cordis": "workspace:^"
|
2026-07-08 11:00:06 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/schemastery": "workspace:^"
|
2026-07-08 11:00:06 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@deepseek-ai/dsh-code-runtime": "workspace:^",
|
2026-07-19 22:13:50 +08:00
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
2026-07-21 04:34:14 +08:00
|
|
|
"@deepseek-ai/dsh-session": "workspace:^",
|
2026-07-27 14:01:15 +08:00
|
|
|
"@deepseek-ai/dsh-timeout": "workspace:^",
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/cordis": "workspace:^"
|
2026-07-08 11:00:06 +08:00
|
|
|
}
|
|
|
|
|
}
|