{
  "name": "exult-sendblue-channel",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "start": "bun run server.ts",
    "test": "bun test"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.28.0",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "bun-types": "^1.2.0"
  }
}
