{
  "name": "@onbreeze/perseus-mcp",
  "version": "1.0.5",
  "description": "MCP server for Plaid financial data integration with Perseus",
  "main": "dist/server.js",
  "type": "module",
  "bin": {
    "perseus-mcp": "bin/perseus-mcp"
  },
  "files": [
    "bin",
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "dev": "tsx watch src/server.ts",
    "build": "tsc",
    "start": "node dist/server.js",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "dotenv": "^16.4.7",
    "plaid": "^30.0.0",
    "zod": "^3.24.1"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "rimraf": "^5.0.5",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  },
  "keywords": [
    "mcp",
    "plaid",
    "perseus",
    "banking",
    "financial"
  ],
  "author": "onBreeze",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mikeOnBreeze/obz-perseus.git"
  },
  "bugs": {
    "url": "https://github.com/mikeOnBreeze/obz-perseus/issues"
  },
  "homepage": "https://github.com/mikeOnBreeze/obz-perseus#readme"
}
