{
  "name": "loopsy",
  "version": "1.0.53",
  "description": "Cross-machine communication for AI coding agents — run commands, transfer files, and share context between machines",
  "type": "module",
  "bin": {
    "loopsy": "dist/cli/index.js"
  },
  "files": [
    "dist/",
    "scripts/"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.mjs"
  },
  "dependencies": {
    "zod": "^3.23.0",
    "bonjour-service": "^1.2.0",
    "@fastify/cors": "^10.0.0",
    "@fastify/multipart": "^10.0.0",
    "@fastify/rate-limit": "^10.3.0",
    "@fastify/static": "^9.1.3",
    "@types/ws": "^8.18.1",
    "@xterm/addon-serialize": "^0.14.0",
    "@xterm/headless": "^6.0.0",
    "fastify": "^5.8.5",
    "node-pty": "^1.1.0",
    "pino": "^9.0.0",
    "pino-pretty": "^11.0.0",
    "undici": "^8.1.0",
    "ws": "^8.20.0",
    "yaml": "^2.8.3",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "chalk": "^5.3.0",
    "ora": "^8.0.0",
    "qrcode-terminal": "^0.12.0",
    "yargs": "^17.7.0",
    "qrcode": "^1.5.4",
    "@loopsy/protocol": "1.0.53",
    "@loopsy/discovery": "1.0.53"
  },
  "bundleDependencies": [
    "@loopsy/protocol",
    "@loopsy/discovery"
  ],
  "keywords": [
    "claude",
    "claude-code",
    "gemini",
    "codex",
    "mcp",
    "cross-machine",
    "p2p",
    "remote-execution",
    "ai-agents"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leox255/loopsy.git"
  }
}
