UNPKG

n8n-nodes-einvoice

Version:

n8n.io node to handle E-Invoices with PDF or XML Files (ZUGFeRD / XRechnung / Factur-X / EN-16931)

66 lines (65 loc) 1.49 kB
{ "name": "n8n-nodes-einvoice", "version": "0.1.2", "description": "n8n.io node to handle E-Invoices with PDF or XML Files (ZUGFeRD / XRechnung / Factur-X / EN-16931)", "keywords": [ "n8n-community-node-package", "einvoice", "e-invoice", "e-rechnung", "x-rechnung", "factur-x", "en-16931", "zugferd", "invoice" ], "license": "MIT", "homepage": "", "author": { "name": "geckse", "email": "mail@geckse.de" }, "repository": { "type": "git", "url": "https://github.com/geckse/n8n-nodes-einvoice.git" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "packageManager": "pnpm@9.1.4", "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes --write", "lint": "eslint nodes package.json", "lintfix": "eslint nodes package.json --fix" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [], "nodes": [ "dist/nodes/EInvoice/EInvoice.node.js" ] }, "devDependencies": { "@types/lodash": "^4.17.13", "@types/xml2js": "^0.4.14", "@typescript-eslint/parser": "^7.15.0", "eslint": "^8.56.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "prettier": "^3.3.2", "typescript": "^5.5.3" }, "dependencies": { "lodash": "^4.17.21", "pdfjs-dist": "^2.16.105", "xml2js": "^0.6.2", "n8n-workflow": "^1.72.0" } }