{ "name": "@leetoners/dsh-ui-subagent-monitor", "description": "DSH web extension: a live subagent run monitor with a sidebar trigger and a floating card panel", "version": "0.5.0", "license": "MIT", "type": "module", "engines": { "node": "^22.19.0 || >=24.0.0" }, "main": "lib/index.js", "types": "lib/types/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/Mombrane/dsh-subagent-monitor.git" }, "homepage": "https://github.com/Mombrane/dsh-subagent-monitor#readme", "bugs": { "url": "https://github.com/Mombrane/dsh-subagent-monitor/issues" }, "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./src/*": "./src/*", "./package.json": "./package.json" }, "dsh": { "client": { "inject": [ "@deepseek-ai/dsh-client-runtime" ], "platform": "web" }, "bundle": { "patch": "./cordis.patch.yml" }, "compatibility": { "dsh": ">=0.1.0-rc.0", "dshReleases": { "0.1.5-alpha.2": "compatible", "0.1.5-rc.1": "compatible", "0.1.5-rc.2": "compatible" } } }, "scripts": { "build": "tsdown", "typecheck": "tsc -p tsconfig.json --noEmit", "prepare": "npm run build", "verify:docs": "node scripts/verify-docs.mjs" }, "files": [ "lib/index.js", "lib/client.js", "lib/types/**/*.d.ts", "cordis.patch.yml", "src", "README.md", "README.en.md", "LICENSE", "docs" ], "dependencies": { "react": "^18.2.0" }, "peerDependencies": { "@deepseek-ai/cordis": ">=0.1.0", "@deepseek-ai/dsh-client-runtime": ">=0.1.0-rc.0", "@deepseek-ai/dsh-client-ui-layout": ">=0.1.0-rc.0", "@deepseek-ai/dsh-client-ui-sidebar": ">=0.1.0-rc.0", "@deepseek-ai/dsh-client-ui-slots": ">=0.1.0-rc.0", "@deepseek-ai/dsh-host-webserver": ">=0.1.0-rc.0", "@deepseek-ai/dsh-session": ">=0.1.0-rc.0", "@deepseek-ai/dsh-subagent": ">=0.1.0-rc.0" }, "devDependencies": { "@types/react": "^18.3.0", "tsdown": "^0.22.0", "typescript": "^6.0.0" } }