{ "name": "@zimzaza4/dsh-bash-win", "description": "Windows-first bash tools for DeepSeek Harness: git_bash (Git Bash) and wsl_bash (WSL2) model tools with bwrap sandbox, approval mode, terminal-style UI cards, and background-job support", "version": "0.1.1", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/client.js", "lib/types/**/*.d.ts", "cordis.patch.yml" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime" ], "platform": "web" } }, "keywords": [ "deepseek-harness", "dsh", "cordis", "plugin", "bash", "git-bash", "msys2", "wsl", "wsl2", "windows" ], "license": "MIT", "author": "zimzaza4", "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/dsh-sandbox": "^0.1.0-rc.6" }, "engines": { "node": ">=20" }, "publishConfig": { "access": "public" } }