{
  "name": "userelay",
  "version": "0.4.6",
  "description": "One MCP server. 40 tools. One command: npx userelay",
  "bin": {
    "relay": "./bin/run.js"
  },
  "scripts": {
    "postinstall": "node ./bin/install.js"
  },
  "keywords": [
    "mcp",
    "ai",
    "tools",
    "claude",
    "cursor",
    "relay",
    "mcp-server"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/valtors/relay"
  },
  "homepage": "https://relay-landing-weld.vercel.app",
  "author": "Tamish <tamish560@users.noreply.github.com>",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "ink": "^5.2.1",
    "react": "^18.3.1",
    "htm": "^3.1.1",
    "ink-select-input": "^6.2.0",
    "unicode-animations": "^1.0.3",
    "cfonts": "^3.3.1",
    "gradient-string": "^3.0.0"
  }
}