n8n-nodes-zoho
Version:
Zoho support for n8n
90 lines (89 loc) • 2.12 kB
JSON
{
"name": "n8n-nodes-zoho",
"version": "1.0.2",
"author": "Vladimir Vlach``",
"license": "GPL-3.0",
"description": "Zoho support for n8n",
"keywords": [
"n8n",
"nodemation",
"dnc",
"digital north consulting",
"digital boss",
"helpdesk",
"customer service",
"nodes",
"custom",
"suiteCrm",
"workflow"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vladaman/n8n-nodes-zoho.git"
},
"main": "index.js",
"scripts": {
"dev": "npm run watch",
"build": "tsc && gulp",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"watch": "tsc --watch",
"test": "jest",
"release": "npm run build && npm publish"
},
"files": [
"dist"
],
"n8n": {
"credentials": [
"dist/credentials/ZohoApi.credentials.js"
],
"nodes": [
"dist/nodes/Zoho/ZohoSheets.node.js",
"dist/nodes/Zoho/ZohoBilling.node.js",
"dist/nodes/Zoho/ZohoTasks.node.js",
"dist/nodes/Zoho/ZohoEmail.node.js"
]
},
"devDependencies": {
"@langchain/core": "^0.3.45",
"@n8n_io/riot-tmpl": "^4.0.1",
"@sentry/node": "^9.13.0",
"@types/express": "^5.0.1",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.6.2",
"@types/node": "^22.14.1",
"@types/request": "^2.48.12",
"@types/request-promise-native": "^1.0.21",
"gulp": "^5.0.0",
"jest": "^29.7.0",
"n8n-workflow": "^1.82.0",
"ts-jest": "^29.3.2",
"tslint": "^6.1.3",
"typescript": "^5.8.3"
},
"dependencies": {
"@types/request": "^2.48.12",
"@types/request-promise-native": "^1.0.21"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testURL": "http://localhost/",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": [
"/dist/",
"/node_modules/"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
},
"bugs": {
"url": "https://github.com/vladaman/n8n-nodes-zoho/issues"
},
"homepage": "https://github.com/vladaman/n8n-nodes-zoho#readme"
}