{ "name": "@nanmicoder/dsh-agent-teams", "version": "0.1.13", "description": "AgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI", "type": "module", "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" }, "files": [ "lib", "assets/agent-teams", "assets/readme", "assets/ui.png", "cordis.patch.yml", "release-notes", "README.md", "README_ZH.md" ], "license": "MIT", "author": { "name": "程序员阿江 (Relakkes)", "email": "relakkes@gmail.com", "url": "https://github.com/NanmiCoder" }, "homepage": "https://github.com/NanmiCoder/dsh-agent-teams#readme", "repository": { "type": "git", "url": "git+https://github.com/NanmiCoder/dsh-agent-teams.git" }, "bugs": { "url": "https://github.com/NanmiCoder/dsh-agent-teams/issues" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "agent-teams", "multi-agent", "subagent", "ai-agent", "llm" ], "engines": { "node": "^22.19.0 || >=24" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-layout" ], "platform": "web" } }, "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.client.json && tsdown", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json --noEmit", "sync:skill": "node scripts/sync-skill.mjs", "verify:skill": "node scripts/sync-skill.mjs --check", "verify": "node scripts/verify.mjs && node scripts/lifecycle-verify.mjs && node scripts/stress-verify.mjs && pnpm verify:skill", "prepublishOnly": "pnpm build && pnpm verify" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1-rc.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-locale": "^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-layout": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-commands": "^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-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1-rc.1", "react": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-agent": { "optional": true }, "@deepseek-ai/dsh-client-locale": { "optional": true }, "@deepseek-ai/dsh-client-runtime": { "optional": true }, "@deepseek-ai/dsh-client-ui-conversation": { "optional": true }, "@deepseek-ai/dsh-client-ui-layout": { "optional": true }, "@deepseek-ai/dsh-client-ui-primitives": { "optional": true }, "@deepseek-ai/dsh-client-ui-slots": { "optional": true }, "@deepseek-ai/dsh-commands": { "optional": true }, "@deepseek-ai/dsh-llm": { "optional": true }, "@deepseek-ai/dsh-session": { "optional": true }, "@deepseek-ai/dsh-subagent": { "optional": true }, "@deepseek-ai/dsh-system-prompt": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true }, "@deepseek-ai/schemastery": { "optional": true }, "react": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "0.1.0-rc.8", "@deepseek-ai/dsh-client-locale": "0.1.0-rc.8", "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.8", "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.8", "@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.8", "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.8", "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.8", "@deepseek-ai/dsh-commands": "0.1.0-rc.8", "@deepseek-ai/dsh-llm": "0.1.0-rc.8", "@deepseek-ai/dsh-session": "0.1.0-rc.8", "@deepseek-ai/dsh-subagent": "0.1.0-rc.8", "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.8", "@deepseek-ai/dsh-tools": "0.1.0-rc.8", "@deepseek-ai/dsh-workspace": "0.1.0-rc.8", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^24.13.3", "@types/react": "~18.3.1", "@types/react-dom": "^18.3.7", "lightningcss": "^1.33.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "0.22.2", "typescript": "^5.9.3" } }