{ "name": "doco-dsh", "version": "0.3.0", "description": "Doco knowledge-base native plugin for DeepSeek Harness (dsh) — search, read, outline, spreadsheet cells and save-draft your Doco KB with block-level addressing. Provides the `doco` service consumed by doco-memory-dsh.", "keywords": ["doco", "deepseek-harness", "dsh", "plugin", "knowledge-base", "knowledge-management", "ai-agents"], "type": "module", "license": "MIT", "author": "songofhawk", "repository": { "type": "git", "url": "git+https://github.com/songofhawk/doco-dsh.git" }, "homepage": "https://doco.page", "bugs": { "url": "https://github.com/songofhawk/doco-dsh/issues" }, "exports": { ".": "./src/index.js" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "files": [ "src", "README.md", "CHANGELOG.md", "cordis.patch.yml" ], "engines": { "node": ">=18.0.0" }, "scripts": { "test": "node --test --test-concurrency=1 test/*.test.js" }, "dependencies": { "doco-agent-cli": "^0.1.3" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh-tools": "0.1.0-rc.7" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": ">=0.1.0-rc.7" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true } } }