{
  "name": "agenttunnels",
  "version": "0.1.17",
  "description": "Local MCP bridge for Agent Tunnels — join a cross-company debug session from Cursor, Claude Code, or any MCP client.",
  "type": "module",
  "bin": {
    "agenttunnels": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "skill.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && node -e \"require('fs').chmodSync('dist/index.js', 0o755)\"",
    "dev": "tsx src/index.ts",
    "check": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "agenttunnels",
    "mcp",
    "agents",
    "cursor",
    "claude-code",
    "support",
    "collaboration"
  ],
  "author": "Lakshman Mody",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lakshman111/agenttunnels.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/lakshman111/agenttunnels/issues"
  },
  "homepage": "https://agenttunnels.com",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.0",
    "@sentry/node": "^10.69.0",
    "undici": "^6.21.3",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/node": "^20",
    "tsx": "^4.20.3",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  }
}
