UNPKG

@pixelinfinito/n8n-nodes-chatwoot

Version:
65 lines (64 loc) 1.67 kB
{ "name": "@pixelinfinito/n8n-nodes-chatwoot", "version": "0.3.1", "description": "n8n community node for Chatwoot API integration", "keywords": [ "n8n-community-node-package", "chatwoot", "customer-support", "chat", "messaging", "helpdesk" ], "license": "MIT", "homepage": "https://github.com/pixelinfinito/n8n-nodes-chatwoot", "author": { "name": "Pixel Infinito", "email": "dev@pixel.ao" }, "repository": { "type": "git", "url": "https://github.com/pixelinfinito/n8n-nodes-chatwoot.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", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/ChatwootApi.credentials.js" ], "nodes": [ "dist/nodes/Chatwoot/Chatwoot.node.js" ] }, "devDependencies": { "@types/jest": "^29.5.0", "@typescript-eslint/parser": "~8.32.0", "eslint": "^8.57.0", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^5.0.0", "jest": "^29.5.0", "prettier": "^3.5.3", "ts-jest": "^29.4.0", "typescript": "^5.8.2" }, "peerDependencies": { "n8n-workflow": "*" } }