{ "name": "dsh-whale-rod-cursor", "version": "0.1.2", "description": "🎣 鱼竿鲸鱼娘光标 —— 在 DeepSeek Harness Web 界面上挂一根鱼竿,线上吊着 Q 版鲸鱼娘,随鼠标甩动摆荡;悬停输入框/点击时鱼竿变色,甩猛了冒出「啊啊啊啊啊——」气泡,鼠标停下来还会演「钓鱼佬又空军了」小剧场。A fishing-rod cursor companion for the DSH Web UI.", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "deepseek", "cursor", "custom-cursor", "desktop-pet", "mascot", "whale", "fishing", "fishing-rod", "spring-physics", "web-ui", "cordis", "react", "fun" ], "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "assets", "cordis.patch.yml", "README.md", "NOTICE.md", "LICENSE" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/xingheyewang-1/dsh-whale-rod-cursor.git" }, "homepage": "https://github.com/xingheyewang-1/dsh-whale-rod-cursor#readme", "bugs": { "url": "https://github.com/xingheyewang-1/dsh-whale-rod-cursor/issues" }, "scripts": { "build": "node build.cjs", "check": "node --check lib/client.js", "test": "node smoke-test.cjs", "preview": "node tools/make-preview.cjs" }, "author": { "name": "星河野望" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime" ] } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "react": "^18.2.0" } }