n8n-nodes-zohoteaminbox
Version:
This is an n8n community node. It lets you use Zoho TeamInbox in your n8n workflows.
62 lines (60 loc) • 1.56 kB
JSON
{
"name": "n8n-nodes-zohoteaminbox",
"version": "1.0.4",
"description": "This is an n8n community node. It lets you use Zoho TeamInbox in your n8n workflows.",
"keywords": [
"n8n-community-node-package",
"zoho teaminbox",
"team",
"inbox",
"zoho",
"teaminbox"
],
"license": "MIT",
"homepage": "https://www.zoho.com/teaminbox/",
"author": {
"name": "ZohoMail",
"email": "zmintegration@zohomail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zohomail/zoho_teaminbox_n8n"
},
"main": "index.js",
"scripts": {
"build": "gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ZohoTeamInboxOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/ZohoTeamInbox/ZohoTeamInbox.node.js",
"dist/nodes/ZohoTeamInbox/ZohoTeamInboxTrigger.node.js"
]
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/request-promise-native": "~1.0.15",
"@typescript-eslint/parser": "^5.36",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"prettier": "^2.7.1",
"tslint": "^6.1.2",
"typescript": "~4.8.4"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"bugs": {
"url": "https://github.com/zohomail/zoho_teaminbox_n8n/issues"
}
}