2026-06-12 23:28:44 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh-bash-local",
|
|
|
|
|
"description": "Local-subprocess implementation of the DeepSeek Harness bash executor seam",
|
2026-08-11 22:39:48 +08:00
|
|
|
"version": "0.0.1-rc.2",
|
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/shell/bash-local"
|
2026-08-11 00:02:53 +08:00
|
|
|
},
|
2026-06-12 23:28:44 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"main": "lib/index.js",
|
2026-06-20 00:26:02 +08:00
|
|
|
"types": "lib/types/index.d.ts",
|
2026-06-12 23:28:44 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2026-06-20 00:26:02 +08:00
|
|
|
"types": "./lib/types/index.d.ts",
|
2026-06-12 23:28:44 +08:00
|
|
|
"default": "./lib/index.js"
|
|
|
|
|
},
|
2026-07-19 22:13:50 +08:00
|
|
|
"./invariant": {
|
|
|
|
|
"types": "./lib/types/invariant.d.ts",
|
|
|
|
|
"default": "./lib/invariant.js"
|
|
|
|
|
},
|
2026-06-12 23:28:44 +08:00
|
|
|
"./src/*": "./src/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
2026-06-17 23:20:04 +08:00
|
|
|
"lib/index.js",
|
2026-07-19 22:13:50 +08:00
|
|
|
"lib/invariant.js",
|
2026-08-04 22:06:32 +08:00
|
|
|
"lib/types/**/*.d.ts"
|
2026-06-12 23:28:44 +08:00
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"peerDependencies": {
|
2026-08-13 00:36:22 +08:00
|
|
|
"@deepseek-ai/dsh-shell": "workspace:^",
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-subprocess": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-timeout": "workspace:^",
|
2026-08-11 11:15:26 +08:00
|
|
|
"@deepseek-ai/cordis": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-settings": "workspace:^"
|
2026-06-12 23:28:44 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/schemastery": "workspace:^"
|
2026-06-12 23:28:44 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-08-13 00:36:22 +08:00
|
|
|
"@deepseek-ai/dsh-shell": "workspace:^",
|
2026-07-19 22:13:50 +08:00
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
2026-07-26 12:43:14 +08:00
|
|
|
"@deepseek-ai/dsh-subprocess": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-subprocess-local": "workspace:^",
|
2026-07-06 16:23:52 +08:00
|
|
|
"@deepseek-ai/dsh-timeout": "workspace:^",
|
2026-08-11 11:15:26 +08:00
|
|
|
"@deepseek-ai/cordis": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-settings": "workspace:^"
|
2026-06-12 23:28:44 +08:00
|
|
|
}
|
|
|
|
|
}
|