Install signale & chalk packages

This commit is contained in:
Aleksandr Statciuk 2022-02-02 06:08:01 +03:00
parent d9b46c8fa8
commit 25293f8be0
2 changed files with 418 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"name": "epg",
"scripts": {
"update-codes": "node scripts/update-codes.js",
"validate": "node scripts/commands/validate.js",
"act": "act workflow_dispatch",
"test": "npx jest --runInBand",
"test:commands": "npx jest --runInBand -- commands",
@ -15,6 +15,7 @@
},
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"commander": "^8.2.0",
"csv-parser": "^3.0.0",
@ -32,9 +33,9 @@
"nedb-promises": "^5.0.3",
"parse-duration": "^1.0.0",
"pdf-parse": "^1.1.1",
"signale": "^1.4.0",
"srcset": "^4.0.0",
"tabletojson": "^2.0.7",
"wildcard-match": "^5.1.2",
"winston": "^3.3.3"
"wildcard-match": "^5.1.2"
}
}