{
  "name": "@teamclaws/teamclaw",
  "version": "2026.4.3-2",
  "description": "OpenClaw virtual software team orchestration plugin",
  "private": false,
  "keywords": [
    "openclaw",
    "plugin",
    "teamclaw",
    "multi-agent",
    "orchestration",
    "virtual-team",
    "sdlc",
    "multi-role"
  ],
  "author": "Junjun Zhang <topcheer@me.com>",
  "homepage": "https://github.com/topcheer/teamclaw/tree/main/src#readme",
  "bugs": {
    "url": "https://github.com/topcheer/teamclaw/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/topcheer/teamclaw.git",
    "directory": "src"
  },
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "bin": {
    "teamclaw": "cli.mjs"
  },
  "files": [
    "README.md",
    "api.ts",
    "cli.mjs",
    "index.ts",
    "openclaw.plugin.json",
    "skills/",
    "src/",
    "tsconfig.json"
  ],
  "scripts": {
    "manifest:sync": "cd .. && node scripts/sync-teamclaw-plugin-manifest.mjs src",
    "pack:dry-run": "npm pack --dry-run --json --ignore-scripts",
    "release:check": "cd .. && node scripts/teamclaw-package-check.mjs src",
    "release:clawhub:dry-run": "cd .. && bash scripts/teamclaw-clawhub-release.sh --dry-run"
  },
  "dependencies": {
    "@sinclair/typebox": "0.34.48",
    "bonjour-service": "^1.3.0",
    "json5": "^2.2.3",
    "openclaw": "2026.3.24",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "typescript": "^5.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "install": {
      "npmSpec": "@teamclaws/teamclaw",
      "localPath": "src",
      "defaultChoice": "npm",
      "minHostVersion": ">=2026.3.24"
    },
    "compat": {
      "pluginApi": ">=2026.3.24",
      "builtWithOpenClawVersion": "2026.3.24",
      "minGatewayVersion": ">=2026.3.24"
    },
    "release": {
      "publishToNpm": true
    }
  }
}
