n8n-nodes-innotes
Version:
N8N node for InNotes CRM API integration
75 lines (74 loc) • 1.78 kB
JSON
{
"name": "n8n-nodes-innotes",
"version": "1.0.10",
"description": "N8N node for InNotes CRM API integration",
"keywords": [
"n8n-community-node-package",
"InNotes",
"CRM",
"API",
"LinkedIn"
],
"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 . --ext .ts",
"lintfix": "eslint . --ext .ts --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": {
"@types/jest": "^29.5.5",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-plugin-n8n-nodes-base": "^1.16.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^29.6.4",
"n8n-core": "*",
"n8n-workflow": "*",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"n8n-core": "*",
"n8n-workflow": "*"
}
}