2026-08-01 18:48:17 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh-tool-pwsh",
|
|
|
|
|
"description": "Model-facing pwsh tool over the bash executor seam",
|
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/bash/tool-pwsh"
|
|
|
|
|
},
|
2026-08-01 18:48:17 +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",
|
2026-08-04 22:06:32 +08:00
|
|
|
"lib/types/**/*.d.ts"
|
2026-08-01 18:48:17 +08:00
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"peerDependencies": {
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-bash": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-bash-env": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-llm": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-sandbox": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-sandbox-policy": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-system-prompt": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tasks": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tools": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-user-approval": "workspace:^",
|
|
|
|
|
"@deepseek-ai/cordis": "workspace:^"
|
2026-08-01 18:48:17 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/schemastery": "workspace:^"
|
2026-08-01 18:48:17 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-bash": "workspace:^",
|
2026-08-02 14:18:29 +08:00
|
|
|
"@deepseek-ai/dsh-bash-env": "workspace:^",
|
2026-08-01 18:48:17 +08:00
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-llm": "workspace:^",
|
2026-08-02 14:18:29 +08:00
|
|
|
"@deepseek-ai/dsh-loader-smoke": "workspace:^",
|
2026-08-01 18:48:17 +08:00
|
|
|
"@deepseek-ai/dsh-pwsh-local": "workspace:^",
|
2026-08-08 17:30:04 +08:00
|
|
|
"@deepseek-ai/dsh-sandbox": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-sandbox-policy": "workspace:^",
|
2026-08-01 18:48:17 +08:00
|
|
|
"@deepseek-ai/dsh-subprocess-local": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-system-prompt": "workspace:^",
|
2026-08-02 14:18:29 +08:00
|
|
|
"@deepseek-ai/dsh-tasks": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tasks-local": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tool-tasks": "workspace:^",
|
2026-08-01 18:48:17 +08:00
|
|
|
"@deepseek-ai/dsh-tools": "workspace:^",
|
2026-08-08 20:11:21 +08:00
|
|
|
"@deepseek-ai/dsh-user-approval": "workspace:^",
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/cordis": "workspace:^"
|
2026-08-01 18:48:17 +08:00
|
|
|
}
|
|
|
|
|
}
|