add extract-elx script from external repo

This commit is contained in:
2026-05-15 13:24:04 +02:00
parent fb06f7c5eb
commit 82fa329675
5 changed files with 0 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "extract-elx",
"version": "0.0.1",
"description": "Extract root properties from ElixForms .elx JSON files",
"scripts": {
"start": "node extract-elx.js"
},
"type": "module",
"dependencies": {
"crc-32": "^1.2.2",
"fast-xml-parser": "^5.8.0",
"xml-formatter": "^3.7.0"
}
}