From 90f7c19bbfb8ea6bcc8a3320f1983e1fa9ba2f6d Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Sat, 17 Apr 2021 14:48:37 -0400 Subject: [PATCH] add xml parser --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 050c342..9a49be2 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,7 @@ "busboy": "^0.3.1", "commander": "^6.2.1", "express": "^4.17.1", + "fast-xml-parser": "^3.19.0", "ffbinaries": "^1.1.4", "fluent-ffmpeg": "^2.1.2", "joi": "^17.4.0",