{
    "name": "meta-cloud-api-mcp",
    "version": "1.0.0",
    "description": "MCP server for WhatsApp Cloud API - manage templates, flows, and send messages via Claude",
    "type": "module",
    "main": "./dist/index.js",
    "bin": {
        "meta-cloud-api-mcp": "./dist/index.js"
    },
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch",
        "start": "node dist/index.js"
    },
    "keywords": [
        "mcp",
        "whatsapp",
        "cloud-api",
        "meta-api",
        "model-context-protocol",
        "claude",
        "whatsapp-templates",
        "whatsapp-flows"
    ],
    "author": "froggy1014",
    "license": "MIT",
    "dependencies": {
        "@modelcontextprotocol/sdk": "^1.12.1",
        "meta-cloud-api": "^2.1.0",
        "zod": "^3.24.0"
    },
    "devDependencies": {
        "@types/node": "^22.15.29",
        "typescript": "^5.7.3"
    },
    "engines": {
        "node": ">=18"
    },
    "files": [
        "dist"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/froggy1014/meta-cloud-api-mcp.git"
    }
}
