Install libxmljs package

This commit is contained in:
Aleksandr Statciuk 2022-02-03 04:20:19 +03:00
parent 6e135a16fc
commit c3e79a0b8d
2 changed files with 819 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{
"name": "epg",
"scripts": {
"lint": "node scripts/commands/lint.js",
"validate": "node scripts/commands/validate.js",
"act": "act workflow_dispatch",
"test": "npx jest --runInBand",
@ -26,6 +27,7 @@
"glob": "^7.2.0",
"iconv-lite": "^0.4.24",
"jest": "^27.3.1",
"libxmljs": "^0.19.7",
"lodash": "^4.17.21",
"markdown-include": "^0.4.3",
"mockdate": "^3.0.5",