{
  "name": "@aerostack/gateway",
  "version": "0.11.27",
  "description": "stdio-to-HTTP bridge connecting any MCP client to Aerostack Workspaces, with pair-a-machine + always-on connector",
  "author": "Aerostack",
  "license": "MIT",
  "type": "module",
  "bin": {
    "aerostack-gateway": "dist/cli.js",
    "aerostack-exec-daemon": "dist/exec-approval-daemon.js",
    "aerostack-connector": "dist/aerostack-connector.js"
  },
  "files": [
    "dist/**/*.js",
    "!dist/**/*.test.js",
    "scripts/postinstall.mjs",
    "scripts/install-launchagent.mjs",
    "scripts/install-systemd-unit.mjs",
    "scripts/install-exec-daemon.sh",
    "README.md"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "test": "npx --yes tsx --test src/*.test.ts",
    "postinstall": "node scripts/postinstall.mjs",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.3",
    "better-sqlite3": "^11.10.0",
    "bonjour-service": "^1.3.0",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^22.0.0",
    "@types/ws": "^8.5.13",
    "esbuild": "^0.28.0",
    "typescript": "~5.8.3"
  },
  "engines": {
    "node": ">=22.14.0"
  },
  "keywords": [
    "aerostack",
    "mcp",
    "model-context-protocol",
    "gateway",
    "bridge",
    "stdio",
    "claude",
    "cursor",
    "cline",
    "ai-agent"
  ]
}
