{
  "name": "dsh-bots",
  "version": "0.2.61",
  "description": "Multi-bot workbench for DeepSeek Harness: bridges the sdk-bots orchestration gateway (group chats, single bots) into the dsh web shell with official-styled UI.",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "default": "./lib/index.js"
    },
    "./client": "./lib/client.js",
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "cordis.patch.yml",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.client.json",
    "prepare": "pnpm run build",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "test:integration": "node scripts/integration-test.mjs",
    "test:dsh-smoke": "bash scripts/dsh-smoke.sh"
  },
  "keywords": [
    "bots",
    "cordis",
    "deepseek-harness",
    "dsh-plugin",
    "dsh-plugins",
    "group-chat",
    "mcp",
    "multibot",
    "workbench"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-typert-protocol": "^0.1.5-rc.2",
    "multibot-sdk": "^0.5.0"
  },
  "peerDependenciesMeta": {
    "multibot-sdk": {
      "optional": true
    }
  },
  "devDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-typert-protocol": "^0.1.5-rc.2",
    "@types/node": "^22.20.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.8"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/dushaobindoudou/dsh-bots.git"
  },
  "homepage": "https://github.com/dushaobindoudou/dsh-bots#readme",
  "bugs": {
    "url": "https://github.com/dushaobindoudou/dsh-bots/issues"
  }
}
