n8n-nodes-xml-plus
Version:
An alternative XML node based on fast-xml-parser as opposed to xml2js that's used in the built-in XML node. Designed for performance with larger datasets as well as adding additional customizability.
71 lines (70 loc) • 2.16 kB
JSON
{
"name": "n8n-nodes-xml-plus",
"version": "1.0.0",
"description": "An alternative XML node based on fast-xml-parser as opposed to xml2js that's used in the built-in XML node. Designed for performance with larger datasets as well as adding additional customizability.",
"main": "index.js",
"keywords": [
"n8n-community-node-package",
"n8n",
"xml",
"json",
"fast-xml-parser",
"xml2js",
"transformer",
"parser",
"xmlplus",
"utility"
],
"homepage": "https://github.com/jkoch22/n8n-nodes-xml-plus#readme",
"author": {
"name": "jkoch22"
},
"bugs": {
"url": "https://github.com/jkoch22/n8n-nodes-xml-plus/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jkoch22/n8n-nodes-xml-plus.git"
},
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes --write",
"lint": "eslint nodes package.json",
"lintfix": "eslint nodes package.json --fix",
"prepublishOnly": "pnpm build && pnpm lintfix -c .eslintrc.prepublish.js nodes package.json"
},
"dependencies": {
"fast-xml-parser": "^5.0.8"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.25.0",
"eslint": "^8.57.1",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"n8n-core": "^1.14.1",
"n8n-workflow": "^1.70.0",
"pnpm": "^10.5.2",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=9.1"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"n8n": {
"n8nNodesApiVersion": 1,
"nodes": [
"dist/nodes/XmlPlus/XmlPlus.node.js"
]
}
}