{ "name": "dsh-cubox", "version": "0.1.0", "description": "Cubox sync for DeepSeek Harness: scheduled sync of your bookmarks, today's collection outline, and aggregated annotations/notes via the Cubox API-extension endpoints (/c/api/cli) — agent tools plus a web settings panel", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-ui-settings" ], "platform": "web" } }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "cubox", "bookmark", "read-later", "annotations", "sync", "summary" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zhengjy01/dsh-cubox" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "scripts": { "build": "tsc -p tsconfig.build.json && tsdown", "bundle": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", "test": "node tests/smoke.mjs" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.5-rc.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/cordis-plugin-timer": "^1.1.3", "@deepseek-ai/dsh-client-connection": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.1", "@deepseek-ai/dsh-host-webserver": "0.1.5-rc.1", "@deepseek-ai/dsh-llm": "0.1.5-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.1", "@deepseek-ai/dsh-tools": "0.1.5-rc.1", "@types/node": "^22.20.0", "@types/react": "~18.3.1", "@types/react-dom": "^18.3.5", "lightningcss": "1.32.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tsdown": "0.22.2", "typescript": "~5.7.2" } }