n8n-nodes-zuckzapgo
Version:
n8n community nodes for ZuckZapGo - WhatsApp Multi-Device REST API
89 lines (88 loc) • 2.61 kB
JSON
{
"name": "n8n-nodes-zuckzapgo",
"version": "1.1.9",
"description": "n8n community nodes for ZuckZapGo - WhatsApp Multi-Device REST API",
"keywords": [
"n8n-community-node-package",
"n8n",
"n8n-node",
"zuckzapgo",
"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-zuckzapgo",
"author": {
"name": "Guilherme Jansen",
"email": "guilherme@setupautomatizado.com.br"
},
"repository": {
"type": "git",
"url": "https://github.com/guilhermejansen/n8n-nodes-zuckzapgo.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/ZuckZapGoApi.credentials.js",
"dist/credentials/ZuckZapGoAdminApi.credentials.js"
],
"nodes": [
"dist/nodes/ZuckZapGoSession/ZuckZapGoSession.node.js",
"dist/nodes/ZuckZapGoMessage/ZuckZapGoMessage.node.js",
"dist/nodes/ZuckZapGoChat/ZuckZapGoChat.node.js",
"dist/nodes/ZuckZapGoUser/ZuckZapGoUser.node.js",
"dist/nodes/ZuckZapGoGroup/ZuckZapGoGroup.node.js",
"dist/nodes/ZuckZapGoWebhook/ZuckZapGoWebhook.node.js",
"dist/nodes/ZuckZapGoAdmin/ZuckZapGoAdmin.node.js",
"dist/nodes/ZuckZapGoTrigger/ZuckZapGoTrigger.node.js",
"dist/nodes/ZuckZapGoSendAndWait/ZuckZapGoSendAndWait.node.js",
"dist/nodes/ZuckZapGoAI/ZuckZapGoAI.node.js",
"dist/nodes/ZuckZapGoNewsletter/ZuckZapGoNewsletter.node.js",
"dist/nodes/ZuckZapGoCall/ZuckZapGoCall.node.js",
"dist/nodes/ZuckZapGoStatus/ZuckZapGoStatus.node.js"
]
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@typescript-eslint/parser": "~8.34.1",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.8.3"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}