{
  "name": "n8n-nodes-megaapi",
  "version": "1.3.1",
  "description": "N8N Community Node for MegaAPI WhatsApp automation - Complete WhatsApp integration with messaging, groups, media, and more",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "whatsapp",
    "megaapi",
    "automation",
    "messaging",
    "groups",
    "media",
    "webhook",
    "chatwoot",
    "customer-support",
    "chat",
    "business"
  ],
  "license": "MIT",
  "homepage": "https://github.com/megaapi/n8n-nodes-megaapi#readme",
  "author": {
    "name": "Júnior",
    "email": "megaapi@github.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/megaapi/n8n-nodes-megaapi.git"
  },
  "engines": {
    "node": ">=20.15"
  },
  "main": "index.js",
  "scripts": {
    "build": "npx rimraf dist && tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials package.json",
    "lintfix": "eslint nodes credentials package.json --fix",
    "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/MegaApiCredentialsApi.credentials.js",
      "dist/credentials/ChatwootMegaApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/MegaAPI/MegaApi.node.js"
    ]
  },
  "dependencies": {
    "@ffmpeg-installer/ffmpeg": "^1.1.0",
    "fluent-ffmpeg": "^2.1.3",
    "form-data": "^4.0.0"
  },
  "devDependencies": {
    "@types/fluent-ffmpeg": "^2.1.28",
    "@types/node": "^22.0.0",
    "@typescript-eslint/parser": "~8.32.0",
    "eslint": "^8.57.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.3",
    "gulp": "^5.0.0",
    "n8n-workflow": "^1.110.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
