{
  "name": "evolution-api-mcp",
  "version": "1.0.5",
  "description": "MCP Server for Evolution API v2 - Integrate WhatsApp functionality with Claude Desktop and other MCP clients",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "evolution-api-mcp": "./bin/evolution-api-mcp.js"
  },
  "scripts": {
    "build": "node build.js",
    "build:tsc": "tsc",
    "start": "node ./dist/index.js",
    "dev": "tsx ./src/index.ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:ci": "jest --ci --coverage --watchAll=false",
    "lint": "echo 'Linting not configured yet'",
    "prepublishOnly": "npm run build",
    "prepack": "npm run build",
    "postpack": "echo 'Package created successfully'",
    "release": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "evolution-api",
    "whatsapp",
    "whatsapp-api",
    "claude",
    "claude-desktop",
    "ai",
    "chatbot",
    "messaging",
    "api-integration",
    "typescript",
    "npx",
    "automation",
    "communication",
    "instant-messaging"
  ],
  "author": {
    "name": "Evolution API MCP Team",
    "email": "contact@evolution-api-mcp.com",
    "url": "https://github.com/evolution-api/evolution-api-mcp"
  },
  "license": "MIT",
  "homepage": "https://github.com/evolution-api/evolution-api-mcp#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evolution-api/evolution-api-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/evolution-api/evolution-api-mcp/issues"
  },
  "files": [
    "dist/**/*",
    "bin/**/*",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "docs/**/*"
  ],
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.17.5",
    "axios": "^1.11.0",
    "dotenv": "^17.2.2",
    "express": "^4.18.2",
    "zod": "^3.25.76"
  },
  "devDependencies": {
    "@types/express": "^4.17.23",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.3.1",
    "jest": "^30.1.3",
    "ts-jest": "^29.4.1",
    "tsx": "^4.20.5",
    "typescript": "^5.9.2"
  }
}
