{
  "name": "synapse-rmcp",
  "version": "0.5.4",
  "description": "Node launcher for the synapse Rust MCP server and CLI binary.",
  "license": "MIT",
  "homepage": "https://github.com/jmagar/synapse-rmcp#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmagar/synapse-rmcp.git",
    "directory": "packages/synapse-rmcp"
  },
  "bugs": {
    "url": "https://github.com/jmagar/synapse-rmcp/issues"
  },
  "bin": {
    "synapse": "bin/synapse.js"
  },
  "files": [
    "bin/",
    "lib/",
    "scripts/",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/install.js",
    "test": "node --test",
    "check": "node --check bin/synapse.js && node --check scripts/install.js && node --check lib/platform.js"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "mcp",
    "synapse",
    "automation"
  ],
  "mcpName": "ai.dinglebear/synapse-rmcp",
  "binaryVersion": "0.5.3"
}
