Created
February 8, 2026 00:55
-
-
Save jhuckaby/ca009695b582006845d69351193a9495 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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