UNPKG

@mazix/n8n-nodes-converter-documents

Version:

n8n node to convert various document formats (DOCX, DOC, XML, YML, XLSX, CSV, PDF, TXT, PPT, PPTX, HTML, JSON, ODT, ODP, ODS) to JSON or text format

84 lines (83 loc) 2.23 kB
{ "name": "@mazix/n8n-nodes-converter-documents", "version": "1.2.2", "description": "n8n node to convert various document formats (DOCX, DOC, XML, YML, XLSX, CSV, PDF, TXT, PPT, PPTX, HTML, JSON, ODT, ODP, ODS) to JSON or text format", "main": "dist/FileToJsonNode.node.js", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.svg" ], "scripts": { "build": "tsc && node -e \"require('fs').cpSync('src/icon.svg','dist/icon.svg')\"", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "dev": "tsc --watch", "clean": "rimraf dist coverage", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/mazixs/n8n-node-converter-documents.git" }, "keywords": [ "n8n-community-node-package", "n8n", "document-converter", "file-converter", "pdf", "excel", "word", "powerpoint", "csv", "xml", "yml", "yandex-market", "html", "markdown", "docx-to-markdown" ], "author": "mazix", "license": "MIT", "bugs": { "url": "https://github.com/mazixs/n8n-node-converter-documents/issues" }, "homepage": "https://github.com/mazixs/n8n-node-converter-documents#readme", "dependencies": { "chardet": "^2.1.1", "fast-xml-parser": "^5.3.4", "file-type": "16.5.4", "mammoth": "^1.11.0", "node-html-markdown": "^2.0.0", "node-html-parser": "^7.0.2", "officeparser": "^6.0.4", "papaparse": "^5.5.3", "read-excel-file": "^6.0.3" }, "devDependencies": { "@eslint/js": "^9.28.0", "@types/jest": "^30.0.0", "@types/node": "^22.15.29", "@types/papaparse": "^5.5.2", "eslint": "^9.28.0", "globals": "^16.2.0", "jest": "^30.0.1", "n8n-workflow": "^2.7.0", "rimraf": "^6.0.1", "ts-jest": "^29.4.0", "typescript": "^5.8.3", "typescript-eslint": "^8.33.1" }, "peerDependencies": { "n8n-workflow": "*" }, "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/FileToJsonNode.node.js" ] } }