{ "name": "dsh-agent-team-room", "version": "0.6.0", "description": "Native DSH rooms for connecting independent sessions and provider-backed AI members without bundled roles or scenarios.", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./tools": { "types": "./lib/types/tools.d.ts", "default": "./lib/tools.js" }, "./commands": { "types": "./lib/types/commands.d.ts", "default": "./lib/commands.js" }, "./native-api": { "types": "./lib/types/native-api.d.ts", "default": "./lib/native-api.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "assets", "lib", "cordis.patch.yml", "README.md", "README.zh.md", "CHANGELOG.md", "CONTRIBUTING.md", "SECURITY.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-input-trigger", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-sidebar" ] } }, "repository": { "type": "git", "url": "git+https://github.com/ishuowang/dsh-agent-team-room.git" }, "homepage": "https://github.com/ishuowang/dsh-agent-team-room#readme", "bugs": { "url": "https://github.com/ishuowang/dsh-agent-team-room/issues" }, "keywords": [ "deepseek", "deepseek-harness", "dsh", "dsh-plugin", "multi-agent", "agent-orchestration", "agent-room", "session-room", "rolehub", "native-ui", "cordis" ], "license": "MIT", "author": "ishuowang ", "funding": "https://ifdian.net/a/burienchow", "publishConfig": { "access": "public" }, "scripts": { "build": "node build.mjs", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "check": "npm run typecheck && npm test && npm run build", "prepack": "npm run check" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "0.1.0-rc.6", "@deepseek-ai/dsh-commands": "0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "0.1.0-rc.6", "@deepseek-ai/dsh-llm": "0.1.0-rc.6", "@deepseek-ai/dsh-session": "0.1.0-rc.6", "@deepseek-ai/dsh-subagent": "0.1.0-rc.6", "@deepseek-ai/dsh-tools": "0.1.0-rc.6", "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6", "react": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-host-webserver": { "optional": true }, "@deepseek-ai/dsh-client-runtime": { "optional": true }, "@deepseek-ai/dsh-client-ui-conversation": { "optional": true }, "@deepseek-ai/dsh-client-ui-input-trigger": { "optional": true }, "@deepseek-ai/dsh-client-ui-layout": { "optional": true }, "@deepseek-ai/dsh-client-ui-primitives": { "optional": true }, "@deepseek-ai/dsh-client-ui-sidebar": { "optional": true }, "@deepseek-ai/dsh-client-ui-slots": { "optional": true }, "react": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "0.1.0-rc.6", "@deepseek-ai/dsh-commands": "0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "0.1.0-rc.6", "@deepseek-ai/dsh-llm": "0.1.0-rc.6", "@deepseek-ai/dsh-session": "0.1.0-rc.6", "@deepseek-ai/dsh-subagent": "0.1.0-rc.6", "@deepseek-ai/dsh-tools": "0.1.0-rc.6", "@types/node": "^24.0.0", "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6", "@types/react": "^18.3.0", "esbuild": "^0.25.0", "react": "^18.2.0", "typescript": "^5.9.3", "vitest": "^3.2.4" }, "engines": { "node": "^22.19.0 || >=24.0.0" } }