{
  "name": "offramp-mcp",
  "version": "2.0.2",
  "description": "Offramp is undergoing a revamp. No MCP tools are currently available.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "offramp-mcp": "dist/index.js"
  },
  "homepage": "https://offramp.live",
  "repository": {
    "type": "git",
    "url": "https://github.com/deepmajithia/offramp2"
  },
  "scripts": {
    "build": "node scripts/clean-dist.mjs && tsc && node scripts/write-tombstones.mjs",
    "start": "node dist/index.js",
    "dev": "tsc --watch",
    "test": "npm run build && node --test tests/data-rights.test.mjs",
    "prepack": "npm test"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "retirement-planning",
    "financial-planning",
    "ai-agents"
  ],
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "author": "Offramp",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "latest"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  }
}
