{ "name": "dsh-terminal", "version": "0.1.0", "description": "Persistent interactive terminal mode for DeepSeek Harness", "license": "MIT", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./terminal-core": "./lib/terminal-core.mjs" }, "files": [ "index.js", "lib/", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "test": "node --test test/*.test.mjs", "check": "npm test && npm pack --dry-run" }, "engines": { "node": ">=22" }, "repository": { "type": "git", "url": "git+https://github.com/dongsheng123132/dsh-terminal.git" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "terminal", "interactive-agent" ] }