{
  "name": "@trustbaseai/collab-mcp",
  "version": "0.19.0",
  "description": "Multi-AI collaboration MCP server - core communication layer",
  "main": "src/index.js",
  "bin": {
    "collab-mcp": "bin/collab-mcp.js"
  },
  "scripts": {
    "start": "node src/index.js",
    "test": "jest"
  },
  "files": [
    "src",
    "bin",
    "test",
    "docs",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "bcrypt": "^5.1.1",
    "better-sqlite3": "^11.0.0",
    "jsonwebtoken": "^9.0.2"
  },
  "keywords": [
    "mcp",
    "ai-collaboration",
    "multi-agent",
    "sqlite"
  ],
  "license": "MIT",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oxiaom/collab-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/oxiaom/collab-mcp/issues"
  },
  "homepage": "https://github.com/oxiaom/collab-mcp#readme"
}
