-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 966 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "xyops-file-export",
"version": "1.4.1",
"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. Includes 25 data transforms for filtering, sorting, formatting, and more.",
"author": "Tim Alderweireldt",
"homepage": "https://github.com/talder/xyOps-File-Export",
"license": "MIT",
"type": "commonjs",
"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": [
"xyops",
"file",
"export",
"csv",
"json",
"html",
"excel",
"pdf",
"hl7",
"fhir",
"transforms"
],
"dependencies": {
"exceljs": "^4.4.0",
"pdfkit": "^0.15.2",
"js-yaml": "^4.1.0"
},
"engines": {
"node": ">=14.0.0"
}
}