mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Install signale & chalk packages
This commit is contained in:
parent
d9b46c8fa8
commit
25293f8be0
2 changed files with 418 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue