aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7eca5a1..7bbb1a8 100644
--- a/package.json
+++ b/package.json
@@ -7,10 +7,12 @@
"html-pdf-node": "^1.0.8",
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
- "jspdf": "^2.5.1"
+ "jspdf": "^2.5.1",
+ "xml-js": "^1.6.11"
},
"scripts": {
- "main": "node src/main.js"
+ "main": "node src/main.js",
+ "parse": "node src/univis.js"
},
"author": "David Penkowoj",
"license": "GPL-3.0-or-later",