n8n-nodes-monday-parser
Version:
Custom n8n node for parsing and structuring Monday.com data with advanced column type handling
58 lines (57 loc) • 1.49 kB
JSON
{
"name": "n8n-nodes-monday-parser",
"version": "1.0.8",
"description": "Custom n8n node for parsing and structuring Monday.com data with advanced column type handling",
"license": "MIT",
"homepage": "https://github.com/retailbox-automation/n8n-monday-parser",
"author": {
"name": "Retailbox Automation",
"email": "retailbox7@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/retailbox-automation/n8n-monday-parser.git"
},
"main": "dist/MondayParser.node.js",
"scripts": {
"build": "tsc && node scripts/copy-icons.js",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes scripts --ext .js,.ts",
"lintfix": "eslint nodes scripts --ext .js,.ts --fix",
"prepublishOnly": "npm run build"
},
"files": [
"dist",
"README.md",
"INSTALL.md"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [],
"nodes": [
"dist/MondayParser.node.js"
]
},
"devDependencies": {
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.42.0",
"gulp": "^4.0.2",
"n8n-workflow": "^1.40.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"keywords": [
"n8n-community-node-package",
"monday.com",
"parser",
"data-transformation",
"json-parser",
"column-types"
]
}