{
  "name": "@essentialai/cogent-bridge",
  "version": "3.20.4",
  "description": "MCP server for inter-Claude-Code session communication bridge",
  "type": "module",
  "workspaces": [
    "cogent",
    "slack-adapter",
    "cogent-plugin",
    "surface-core"
  ],
  "main": "dist/index.js",
  "bin": {
    "cogent-bridge": "dist/cli.js",
    "essentialai-cogent": "dist/cli.js",
    "cogent-codex": "dist/bin/cogent-codex.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "server.json",
    "scripts/postinstall-global.mjs"
  ],
  "scripts": {
    "start": "node dist/index.js",
    "dev": "tsx watch src/index.ts",
    "build": "node node_modules/typescript/bin/tsc && npm run build:bundle",
    "build:bundle": "node scripts/build-bundle.mjs",
    "clean": "rm -rf dist plugin/bridge",
    "test": "node node_modules/vitest/vitest.mjs run",
    "test:watch": "node node_modules/vitest/vitest.mjs",
    "test:unit": "node node_modules/vitest/vitest.mjs run --exclude 'src/e2e/**'",
    "test:coverage": "node node_modules/vitest/vitest.mjs run --coverage",
    "postinstall": "node scripts/postinstall-global.mjs",
    "prepublishOnly": "npm run build && npm run test:unit"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "claude-code",
    "bridge",
    "inter-session",
    "communication",
    "ai",
    "agent",
    "cogent",
    "cogent-bridge"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/eaisdevelopment/cogent.git"
  },
  "homepage": "https://github.com/eaisdevelopment/cogent#readme",
  "bugs": {
    "url": "https://github.com/eaisdevelopment/cogent/issues"
  },
  "author": "Pavlo Sidelov <pavlo@essentialai.uk>",
  "license": "Apache-2.0",
  "mcpName": "io.github.eaisdevelopment/cogent",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@essentialai/cogent": "^3.6.0",
    "@modelcontextprotocol/sdk": "^1.6.1",
    "imapflow": "^1.6.6",
    "nodemailer": "^6.10.1",
    "ws": "^8.19.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "@types/ws": "^8.18.1",
    "@vitest/coverage-v8": "^4.0.18",
    "esbuild": "^0.28.1",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "vitest": "^4.0.18"
  }
}
