{ "name": "@mcpengine/brevo-server", "version": "1.0.0", "description": "Complete Brevo MCP Server with 50+ tools and 15+ apps", "type": "module", "main": "dist/main.js", "bin": { "brevo-mcp": "./dist/main.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/main.js", "lint": "eslint src --ext .ts", "clean": "rm -rf dist" }, "keywords": ["mcp", "brevo", "sendinblue", "email", "marketing", "automation", "crm"], "author": "MCPEngine", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.2", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.5", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" } }