{ "name": "dsh-quote-panel", "version": "2.2.2", "description": "Real-time stock watch panel for DeepSeek Harness — A-share indices & stocks with intraday / daily / 60-min K-lines, US indices & stocks, self-managed watchlist, draggable always-on-top overlay, plus a 🐂 牛来 desk pet with switchable skins that roams the session page and shouts on positive ticks. Free public data sources, no API key required.", "license": "MIT", "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "cordis", "stock", "quote", "a-share", "us-stock", "kline", "intraday", "finance", "market", "watchlist", "webui", "desk-pet", "牛来", "browser-pet" ], "repository": { "type": "git", "url": "git+https://github.com/a1297424439/dsh-quote-panel.git" }, "author": "dsh-quote-panel contributors", "engines": { "node": ">=20" }, "type": "module", "main": "./lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./install.sh": "./install.sh", "./install.ps1": "./install.ps1", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "docs", "install.sh", "install.ps1", "cordis.patch.yml", "README.md", "README.en.md", "CHANGELOG.md", "LICENSE" ], "scripts": { "check": "node --check lib/index.js && node --check lib/client.js" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-api-remotes" ] } } }