{ "name": "@zhengjunyao/dsh-zhihu", "version": "0.1.1", "description": "Zhihu (知乎) for DeepSeek Harness: wraps the local pyzhihu-cli CLI (search / hot list / question / answer / user / feed / topic / collections / notifications) as zhihu_* agent tools, plus a web panel with QR-code login, config and quick hot-list / search; publishing, voting, following and deletion stay behind an explicit readOnly switch", "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" }, "engines": { "dsh": ">=0.1.5-rc.1" } }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE", "CHANGELOG.md" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "zhihu", "知乎", "cli", "pyzhihu-cli", "panel" ], "license": "MIT", "engines": { "node": "^22.19.0 || >=24.0.0" }, "scripts": { "build": "tsc -p tsconfig.build.json && tsdown", "bundle": "tsdown", "typecheck": "tsc --noEmit", "test": "node tests/smoke.mjs", "test:e2e": "node tests/e2e.mjs", "verify": "node scripts/portability.mjs --health /api/dsh-zhihu/status", "verify:full": "node scripts/portability.mjs --health /api/dsh-zhihu/status --stability 30", "verify:quick": "node scripts/portability.mjs --skip-audit --stability 5 --health /api/dsh-zhihu/status" }, "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-llm": "^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/dsh-client-connection": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.1", "@deepseek-ai/dsh-client-ui-settings": "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" }, "repository": { "type": "git", "url": "https://github.com/zhengjy01/dsh-zhihu" } }