n8n-nodes-close-crm
Version:
N8N community node for Close CRM integration with comprehensive lead, opportunity, task, note, call management, and enhanced triggers for workflow automation
81 lines (80 loc) • 2.14 kB
JSON
{
"name": "n8n-nodes-close-crm",
"version": "1.7.1",
"description": "N8N community node for Close CRM integration with comprehensive lead, opportunity, task, note, call management, and enhanced triggers for workflow automation",
"keywords": [
"n8n-community-node-package",
"n8n",
"close",
"crm",
"sales",
"lead-management",
"opportunity-management",
"workflow-automation"
],
"license": "MIT",
"homepage": "https://github.com/m2b-creator/N8N-Close#readme",
"author": {
"name": "M2B-Creator",
"email": "dev@m2b.solutions"
},
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/m2b_creator"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m2b-creator/N8N-Close.git"
},
"bugs": {
"url": "https://github.com/m2b-creator/N8N-Close/issues"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=9.1"
},
"main": "dist/nodes/Close/Close.node.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\"",
"lintfix": "eslint nodes credentials package.json --fix",
"prepublishOnly": "npm run build && npm run lint && npm run test",
"test": "jest"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/CloseApi.credentials.js"
],
"nodes": [
"dist/nodes/Close/Close.node.js",
"dist/nodes/Close/CloseTrigger.node.js"
]
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^26.1.1",
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "^8.63.0",
"eslint": "^10.6.0",
"eslint-plugin-n8n-nodes-base": "^1.16.7",
"gulp": "^5.0.1",
"@swc/core": "^1.15.43",
"@swc/jest": "^0.2.39",
"jest": "^30.4.2",
"n8n-workflow": "^2.16.0",
"prettier": "^3.9.5",
"typescript": "^6.0.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"@portabletext/to-html": "^5.0.2"
}
}