2026-06-22 10:48:41 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh-tool-fs",
|
|
|
|
|
"description": "Model-facing filesystem tools (read, write, edit) over the DeepSeek Harness filesystem seam (ctx.fs)",
|
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",
|
|
|
|
|
"directory": "packages/fs/tool-fs"
|
|
|
|
|
},
|
2026-06-22 10:48:41 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"main": "lib/index.js",
|
2026-06-28 17:24:45 +08:00
|
|
|
"types": "lib/types/index.d.ts",
|
2026-06-22 10:48:41 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2026-06-28 17:24:45 +08:00
|
|
|
"types": "./lib/types/index.d.ts",
|
2026-06-22 10:48:41 +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-22 10:48:41 +08:00
|
|
|
"./src/*": "./src/*",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
2026-06-28 17:43:29 +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-22 10:48:41 +08:00
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
2026-07-03 17:12:00 +08:00
|
|
|
"dependencies": {
|
2026-07-04 17:37:23 +08:00
|
|
|
"diff": "^9.0.0",
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/schemastery": "workspace:^"
|
2026-07-03 17:12:00 +08:00
|
|
|
},
|
2026-06-22 10:48:41 +08:00
|
|
|
"peerDependencies": {
|
2026-08-11 10:12:14 +08:00
|
|
|
"@deepseek-ai/dsh-attachment": "workspace:^",
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/dsh-fs": "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-session": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-system-prompt": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tools": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-user-approval": "workspace:^",
|
|
|
|
|
"@deepseek-ai/cordis": "workspace:^"
|
2026-06-22 10:48:41 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@deepseek-ai/dsh-agent": "workspace:^",
|
2026-07-02 20:38:06 +08:00
|
|
|
"@deepseek-ai/dsh-agent-loop": "workspace:^",
|
2026-07-16 17:39:53 +08:00
|
|
|
"@deepseek-ai/dsh-agent-loop-testkit": "workspace:^",
|
2026-08-10 15:09:07 +08:00
|
|
|
"@deepseek-ai/dsh-attachment": "workspace:^",
|
2026-06-22 10:48:41 +08:00
|
|
|
"@deepseek-ai/dsh-fs": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-fs-local": "workspace:^",
|
2026-07-19 22:13:50 +08:00
|
|
|
"@deepseek-ai/dsh-fs-policy": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-invariants": "workspace:^",
|
2026-06-22 10:48:41 +08:00
|
|
|
"@deepseek-ai/dsh-llm": "workspace:^",
|
2026-07-02 20:38:06 +08:00
|
|
|
"@deepseek-ai/dsh-llm-deepseek": "workspace:^",
|
2026-07-14 20:05:57 +08:00
|
|
|
"@deepseek-ai/dsh-sandbox": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-sandbox-policy": "workspace:^",
|
2026-06-22 10:48:41 +08:00
|
|
|
"@deepseek-ai/dsh-session": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-system-prompt": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tools": "workspace:^",
|
2026-07-14 20:05:57 +08:00
|
|
|
"@deepseek-ai/dsh-user-approval": "workspace:^",
|
2026-08-11 00:16:45 +08:00
|
|
|
"@deepseek-ai/cordis": "workspace:^"
|
2026-06-22 10:48:41 +08:00
|
|
|
}
|
|
|
|
|
}
|