Skip to content

Instantly share code, notes, and snippets.

@jhuckaby
Created February 8, 2026 00:55
Show Gist options
  • Select an option

  • Save jhuckaby/ca009695b582006845d69351193a9495 to your computer and use it in GitHub Desktop.

Select an option

Save jhuckaby/ca009695b582006845d69351193a9495 to your computer and use it in GitHub Desktop.
{
"name": "xyops-file-export",
"version": "1.2.0",
"private": true,
"description": "A versatile xyOps Action Plugin that exports job output data to multiple file formats including JSON, CSV, HTML, XML, Markdown, YAML, Plain Text, Excel, PDF, and HL7 healthcare formats.",
"author": "Tim Alderweireldt",
"homepage": "https://github.com/talder/xyOps-File-Export",
"license": "MIT",
"type": "module",
"bin": {
"xyops-file-export": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/talder/xyOps-File-Export"
},
"bugs": {
"url": "https://github.com/talder/xyOps-File-Export/issues"
},
"keywords": [
"file",
"export"
],
"dependencies": {
"exceljs": "4.4.0",
"pdfkit": "0.17.2",
"js-yaml": "4.1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment