UNPKG

n8n-nodes-whatsapp

Version:

Nodes to trigger workflows from whatsapp events or send messages (using whatsapp web).

56 lines (55 loc) 1.31 kB
{ "name": "n8n-nodes-whatsapp", "version": "0.0.5", "description": "Nodes to trigger workflows from whatsapp events or send messages (using whatsapp web). ", "keywords": [ "n8n", "node", "whatsapp", "trigger", "n8n-node", "n8n-community-node-package" ], "license": "MIT", "n8n": { "credentials": [ "dist/credentials/WhatsApp.credentials.js" ], "nodes": [ "dist/nodes/WhatsApp/WhatsAppTrigger.node.js", "dist/nodes/WhatsApp/WhatsApp.node.js" ] }, "author": { "name": "Sören Uhrbach", "email": "mail@soerenuhrbach.de" }, "main": "index.js", "scripts": { "build": "tsc && gulp", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "tslint -p tsconfig.json -c tslint.json && eslint nodes credentials package.json", "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && eslint nodes credentials package.json --fix" }, "files": [ "dist" ], "devDependencies": { "@types/mongoose": "^5.11.97", "@types/uuid": "^9.0.0", "gulp": "^4.0.2", "n8n-core": "^0.150.0", "prettier": "^2.7.1", "tslint": "^6.1.2", "typescript": "~4.6.0" }, "dependencies": { "debug": "^4.3.4", "mongoose": "^6.8.3", "qrcode-terminal": "^0.12.0", "uuid": "^9.0.0", "whatsapp-web.js": "^1.18.4", "wwebjs-mongo": "^1.1.0" } }