{
  "name": "borgmcp",
  "version": "1.1.9",
  "description": "Coordinate AI coding agents in shared cubes. Works with Claude Code and Codex. Create projects, assign roles, and share a live activity log.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "borg": "dist/claude.js",
    "borg-setup": "dist/setup.js",
    "borg-mcp": "dist/index.js",
    "borg-regen": "dist/regen.js",
    "borg-log-audit": "dist/log-audit.js",
    "borg-inbox-monitor": "dist/inbox-monitor.js"
  },
  "scripts": {
    "prebuild": "rm -rf dist",
    "build": "tsc",
    "postbuild": "chmod +x dist/claude.js dist/setup.js dist/index.js dist/regen.js dist/log-audit.js dist/inbox-monitor.js",
    "minify": "node scripts/minify-dist.js",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "postinstall": "node dist/postinstall.js || true",
    "test:integration": "vitest run --config ./vitest.integration.config.ts",
    "safe-deploy": "bash ../scripts/safe-deploy.sh",
    "onboarding-smoke": "bash ../scripts/onboarding-smoke.sh",
    "prepublishOnly": "npm run safe-deploy && npm run build && npm run test:integration && npm run minify && npm run onboarding-smoke"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "mcp",
    "claude",
    "claude-code",
    "anthropic",
    "multi-agent",
    "coordination",
    "agent",
    "borg"
  ],
  "author": "Theodor Storm <theodor@byteventures.se>",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://borgmcp.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Byte-Ventures/borg-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/Byte-Ventures/borg-mcp/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@napi-rs/keyring": "^1.3.0",
    "chalk": "^5.3.0",
    "open": "^10.0.0",
    "prompts": "^2.4.2",
    "which": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "@types/prompts": "^2.4.9",
    "@types/which": "^3.0.4",
    "esbuild": "^0.27.7",
    "typescript": "^6.0.3",
    "vitest": "^3.2.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
