convert script to ES module conventions
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user