{
  "name": "n8n-nodes-wuzapi",
  "version": "1.6.0",
  "description": "n8n community nodes for Wuzapi - WhatsApp Multi-Device REST API",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "n8n-node",
    "wuzapi",
    "whatsapp",
    "whatsapp-api",
    "whatsapp-web",
    "whatsapp-business",
    "multi-device",
    "messaging",
    "automation",
    "chat",
    "chatbot",
    "workflow",
    "ai",
    "ai-tools",
    "ai-workflow"
  ],
  "license": "MIT",
  "homepage": "https://github.com/guilhermejansen/n8n-nodes-wuzapi",
  "author": {
    "name": "Guilherme Jansen",
    "email": "guilherme@setupautomatizado.com.br"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/guilhermejansen/n8n-nodes-wuzapi.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/**/*.ts credentials/**/*.ts",
    "lintfix": "eslint nodes/**/*.ts credentials/**/*.ts --fix",
    "prepublishOnly": "npm run build && npm run lint",
    "test": "jest"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/WuzapiApi.credentials.js",
      "dist/credentials/WuzapiAdminApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/WuzapiSession/WuzapiSession.node.js",
      "dist/nodes/WuzapiMessage/WuzapiMessage.node.js",
      "dist/nodes/WuzapiChat/WuzapiChat.node.js",
      "dist/nodes/WuzapiUser/WuzapiUser.node.js",
      "dist/nodes/WuzapiGroup/WuzapiGroup.node.js",
      "dist/nodes/WuzapiWebhook/WuzapiWebhook.node.js",
      "dist/nodes/WuzapiAdmin/WuzapiAdmin.node.js",
      "dist/nodes/WuzapiTrigger/WuzapiTrigger.node.js",
      "dist/nodes/WuzapiSendAndWait/WuzapiSendAndWait.node.js",
      "dist/nodes/WuzapiAI/WuzapiAI.node.js"
    ]
  },
  "devDependencies": {
    "@types/jest": "^29.5.11",
    "@types/node": "^20.11.5",
    "@typescript-eslint/parser": "~8.32.0",
    "eslint": "^8.57.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.3",
    "gulp": "^5.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "typescript": "^5.8.2"
  },
  "peerDependencies": {
    "n8n-workflow": "*"
  }
}
