package.json: add xml2js

This commit is contained in:
He4eT 2023-12-25 14:38:49 +01:00
commit 09a9107c4b
2 changed files with 48 additions and 1 deletions

View file

@ -11,5 +11,8 @@
"bin": {
"fuzzsoma": "./index.js"
},
"license": "MIT"
"license": "MIT",
"dependencies": {
"xml2js": "^0.6.2"
}
}