{ "name": "dsh-ventus-whale", "description": "Ventus 虎鲸 3D 桌宠:一个可交互的 DeepSeek 虎鲸 3D 模型浮窗(透明背景),支持拖拽移动/旋转查看/右键菜单,设置页提供大小、灵敏度、显示文字配置。", "version": "0.1.0", "repository": { "type": "git", "url": "git+https://github.com/mmzm0808/dsh-ventus-whale.git" }, "homepage": "https://github.com/mmzm0808/dsh-ventus-whale", "bugs": { "url": "https://github.com/mmzm0808/dsh-ventus-whale/issues" }, "type": "module", "packageManager": "pnpm@11.7.0", "engines": { "node": "^22.19.0 || >=24.0.0" }, "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web" } }, "scripts": { "build": "tsc -p tsconfig.build.json && tsdown", "bundle": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", "verify": "tsc --noEmit && node scripts/smoke-host.mjs && node scripts/smoke-client.mjs" }, "peerDependencies": { "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6", "@deepseek-ai/dsh-settings": "^0.1.0-rc.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6", "@deepseek-ai/dsh-settings": "^0.1.0-rc.6", "@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", "schemastery": "^3.18.0", "three": "0.147.0", "@types/three": "0.147.0", "tsdown": "0.22.2", "typescript": "~5.7.2" }, "files": [ "lib/**/*.js", "lib/**/*.js.map", "lib/**/*.d.ts", "lib/**/*.d.ts.map", "src", "cordis.patch.yml", "README.md", "LICENSE" ], "license": "MIT", "keywords": [ "dsh", "deepseek-harness", "plugin", "pet", "whale", "threejs", "3d" ] }