{ "name": "@gyxx/dsh-plugin-gyxx-workbench", "version": "0.1.0", "private": true, "description": "GYXX 智能工作台:把 gyxx-flow 工作流暴露为 deepseek-harness 智能体工具与侧边栏面板", "type": "module", "main": "gyxx-workbench.mjs", "exports": { ".": "./gyxx-workbench.mjs", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-locale" ] } }, "scripts": { "build": "node scripts/build-client.mjs", "test": "node --test \"tests/**/*.test.mjs\"" }, "devDependencies": { "esbuild": "^0.24.0" } }