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