n8n-nodes-innotes
Version:
N8N node for InNotes CRM API integration
84 lines (83 loc) • 1.93 kB
JSON
{
"name": "n8n-nodes-innotes",
"version": "2.0.7",
"description": "N8N node for InNotes CRM API integration",
"keywords": [
"n8n-community-node-package",
"InNotes",
"CRM",
"API"
],
"license": "MIT",
"homepage": "https://github.com/mrc527/InNotes/tree/main/n8n_node",
"author": {
"name": "Marco Visin",
"email": "marco@visin.ch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrc527/InNotes.git",
"directory": "n8n_node"
},
"engines": {
"node": ">=18.10",
"yarn": ">=1.22.0"
},
"packageManager": "yarn@1.22.19",
"main": "index.js",
"scripts": {
"build": "gulp build",
"dev": "gulp dev",
"format": "prettier . --write",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "yarn build && yarn lint"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/InNotesApi.credentials.js"
],
"nodes": [
"dist/nodes/InNotes/InNotes.node.js"
]
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^26.1.1",
"eslint": "^10.2.0",
"gulp": "^5.0.1",
"gulp-clean": "^0.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^30.4.2",
"n8n-core": "2.16.1",
"n8n-workflow": "2.16.0",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.0"
},
"peerDependencies": {
"n8n-core": "*",
"n8n-workflow": "*"
},
"resolutions": {
"axios": "^1.18.1",
"fast-xml-parser": "^4.5.5",
"form-data": "^4.0.6",
"lodash": "^4.18.1",
"uuid": "^11.1.1",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"qs": "^6.15.2",
"postcss": "^8.5.17"
}
}