{ "name": "dsh-ds-kanban", "version": "0.3.0", "description": "Live Kanban operations board for DeepSeek Harness Web", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": "./lib/client.js", "./package.json": "./package.json", "./cordis.patch.yml": "./cordis.patch.yml" }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "ARCHITECTURE.md", "SECURITY.md" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-api-session-controller", "@deepseek-ai/dsh-api-workspace-controller", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-ui-session", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-sidebar", "@deepseek-ai/dsh-client-ui-workspace" ] } }, "scripts": { "build": "tsdown", "typecheck": "tsc --noEmit", "test": "vitest run --config vitest.config.ts", "prepare": "pnpm build", "pack:check": "pnpm pack --pack-destination .artifacts" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "repository": { "type": "git", "url": "https://github.com/Stijnus/dsh-ds-kanban.git" }, "bugs": { "url": "https://github.com/Stijnus/dsh-ds-kanban/issues" }, "homepage": "https://github.com/Stijnus/dsh-ds-kanban", "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "kanban", "task-board" ], "license": "MIT", "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1", "@deepseek-ai/dsh-api-remotes": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-api-session-controller": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-api-workspace-controller": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-connection": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-locale": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-store": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-ui-layout": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-ui-primitives": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-ui-renderer": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-ui-session": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-ui-settings": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-ui-sidebar": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-ui-slots": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-client-ui-workspace": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-agent-presets": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-session": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-session-stats": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-token-meter": ">=0.1.2-alpha.1", "@deepseek-ai/dsh-settings": ">=0.1.2-alpha.1", "react": ">=18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-agent-presets": "0.1.2-alpha.3", "@deepseek-ai/dsh-api-remotes": "0.1.2-alpha.3", "@deepseek-ai/dsh-api-session-controller": "0.1.2-alpha.3", "@deepseek-ai/dsh-api-workspace-controller": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-connection": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-locale": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-store": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-layout": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-session": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-settings": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-sidebar": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-slots": "0.1.2-alpha.3", "@deepseek-ai/dsh-client-ui-workspace": "0.1.2-alpha.3", "@deepseek-ai/dsh-session": "0.1.2-alpha.3", "@deepseek-ai/dsh-session-stats": "0.1.2-alpha.3", "@deepseek-ai/dsh-settings": "0.1.2-alpha.3", "@deepseek-ai/dsh-token-meter": "0.1.2-alpha.3", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^22.20.0", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.1", "@testing-library/react": "^16.3.0", "jsdom": "^26.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.2", "typescript": "^5.9.2", "vitest": "^4.1.8", "@deepseek-ai/dsh-goal": "0.1.2-alpha.3" } }