mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "epg",
|
|
"scripts": {
|
|
"update-codes": "node scripts/update-codes.js",
|
|
"act": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path ./.artifacts",
|
|
"test": "npx jest --runInBand",
|
|
"test:commands": "npx jest --runInBand -- commands",
|
|
"test:sites": "npx jest --runInBand -- sites"
|
|
},
|
|
"private": true,
|
|
"author": "Arhey",
|
|
"license": "MIT",
|
|
"jest": {
|
|
"testRegex": "(sites|tests)/(.*?/)?.*test.js$"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"commander": "^8.2.0",
|
|
"csv-parser": "^3.0.0",
|
|
"dayjs": "^1.10.4",
|
|
"epg-grabber": "^0.19.0",
|
|
"epg-parser": "^0.1.6",
|
|
"form-data": "^4.0.0",
|
|
"glob": "^7.2.0",
|
|
"iconv-lite": "^0.4.24",
|
|
"jest": "^27.3.1",
|
|
"lodash": "^4.17.21",
|
|
"markdown-include": "^0.4.3",
|
|
"mockdate": "^3.0.5",
|
|
"mz": "^2.7.0",
|
|
"nedb-promises": "^5.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"srcset": "^4.0.0",
|
|
"tabletojson": "^2.0.7",
|
|
"wildcard-match": "^5.1.2",
|
|
"winston": "^3.3.3"
|
|
}
|
|
}
|