{
  "name": "@myelixlabs/synapse-mcp",
  "version": "0.1.2-poc",
  "description": "POC installer/launcher for the Synapse MCP precompiled binary.",
  "bin": {
    "synapse-mcp": "bin/synapse-mcp.js"
  },
  "scripts": {
    "postinstall": "node bin/synapse-mcp.js install --quiet"
  },
  "license": "UNLICENSED",
  "engines": {
    "node": ">=18"
  }
}
