UNPKG

n8n-nodes-close-crm

Version:

N8N community node for Close CRM integration with comprehensive lead, opportunity, task, note, and call management

73 lines 1.94 kB
{ "name": "n8n-nodes-close-crm", "version": "1.0.16", "description": "N8N community node for Close CRM integration with comprehensive lead, opportunity, task, note, and call management", "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" }, "repository": { "type": "git", "url": "git+https://github.com/mauri/n8n-nodes-close-crm.git" }, "bugs": { "url": "https://github.com/mauri/n8n-nodes-close-crm/issues" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "packageManager": "pnpm@9.1.0", "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": "^29.5.3", "@types/node": "^18.16.16", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.44.0", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "jest": "^29.6.1", "n8n-workflow": "latest", "prettier": "^3.0.0", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "peerDependencies": { "n8n-workflow": "*" } }