package.json•852 B
{
"name": "evolution-api-mcp-server",
"version": "1.0.0",
"description": "MCP Server for Evolution API with message templates support",
"main": "dist/index.js",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"evolution-api",
"whatsapp",
"templates"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.8.1",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
}
}