{ "name": "@chalk/dsh-tui", "version": "0.1.0", "description": "A pi-tui interaction plane for the official DeepSeek Harness", "license": "MIT", "author": "Daniel Ou", "repository": { "type": "git", "url": "git+https://github.com/DanielOu1208/deepseek-harness-tui.git" }, "homepage": "https://github.com/DanielOu1208/deepseek-harness-tui#readme", "bugs": { "url": "https://github.com/DanielOu1208/deepseek-harness-tui/issues" }, "keywords": ["deepseek", "deepseek-harness", "tui", "terminal", "cordis", "pi-tui"], "type": "module", "main": "./lib/src/index.js", "types": "./lib/src/index.d.ts", "bin": { "deepseek": "./lib/src/bin.js" }, "exports": { ".": { "types": "./lib/src/index.d.ts", "default": "./lib/src/index.js" }, "./startup": { "types": "./lib/src/startup.d.ts", "default": "./lib/src/startup.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": ["lib/src", "cordis.patch.yml", "docs", "README.md", "THIRD_PARTY_NOTICES.md"], "engines": {"node": ">=22.19.0"}, "scripts": { "build": "tsc -p tsconfig.json", "clean": "node -e \"require('node:fs').rmSync('lib',{recursive:true,force:true})\"", "test": "node --import tsx --test tests/*.test.ts", "test:watch": "node --import tsx --test --watch tests/*.test.ts", "check": "npm test && npm run clean && npm run build", "pack:check": "npm run clean && npm run build && npm pack --dry-run --ignore-scripts" }, "dependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh": "0.1.0-rc.6", "@deepseek-ai/dsh-app-boot": "0.1.0-rc.6", "@deepseek-ai/dsh-cmdline": "0.1.0-rc.6", "@deepseek-ai/dsh-credentials": "0.1.0-rc.6", "@deepseek-ai/dsh-credentials-local": "0.1.0-rc.6", "@deepseek-ai/dsh-home-paths": "0.1.0-rc.6", "@deepseek-ai/dsh-launch-environment": "0.1.0-rc.6", "@deepseek-ai/dsh-tool-ask-user": "0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "@earendil-works/pi-tui": "0.84.1", "commander": "^15.0.0", "diff": "^9.0.0" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/cordis-plugin-loader": "^1.0.2", "@deepseek-ai/dsh-agent": "0.1.0-rc.6", "@deepseek-ai/dsh-agent-default-model": "0.1.0-rc.6", "@deepseek-ai/dsh-commands": "0.1.0-rc.6", "@deepseek-ai/dsh-invariants": "0.1.0-rc.6", "@deepseek-ai/dsh-llm": "0.1.0-rc.6", "@deepseek-ai/dsh-host-plugin-inventory": "0.1.0-rc.6", "@deepseek-ai/dsh-jobs": "0.1.0-rc.6", "@deepseek-ai/dsh-plan-mode": "0.1.0-rc.6", "@deepseek-ai/dsh-permission-presets": "0.1.0-rc.6", "@deepseek-ai/dsh-session": "0.1.0-rc.6", "@deepseek-ai/dsh-session-persistence": "0.1.0-rc.6", "@deepseek-ai/dsh-session-projection": "0.1.0-rc.6", "@deepseek-ai/dsh-session-title": "0.1.0-rc.6", "@deepseek-ai/dsh-session-stats": "0.1.0-rc.6", "@deepseek-ai/dsh-settings": "0.1.0-rc.6", "@deepseek-ai/dsh-storage": "0.1.0-rc.6", "@deepseek-ai/dsh-storage-domain": "0.1.0-rc.6", "@deepseek-ai/dsh-storage-json": "0.1.0-rc.6", "@deepseek-ai/dsh-subagent": "0.1.0-rc.6", "@deepseek-ai/dsh-token-meter": "0.1.0-rc.6", "@deepseek-ai/dsh-tools": "0.1.0-rc.6", "@deepseek-ai/dsh-user-approval": "0.1.0-rc.6", "@deepseek-ai/dsh-user-questions": "0.1.0-rc.6", "@deepseek-ai/dsh-workspace": "0.1.0-rc.6" }, "devDependencies": { "@deepseek-ai/dsh-base": "0.1.0-rc.6", "@types/node": "^24.0.0", "tsx": "^4.20.0", "typescript": "^6.0.0" }, "dsh": { "bundle": {"patch": "./cordis.patch.yml"} } }