mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
37 lines
855 B
JSON
37 lines
855 B
JSON
{
|
|
"name": "epg",
|
|
"scripts": {
|
|
"update-codes": "node scripts/update-codes.js",
|
|
"test": "jest"
|
|
},
|
|
"private": true,
|
|
"author": "Arhey",
|
|
"license": "MIT",
|
|
"jest": {
|
|
"testRegex": "sites/(.*?/)?.*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.14.0",
|
|
"epg-parser": "^0.1.6",
|
|
"form-data": "^4.0.0",
|
|
"glob": "^7.2.0",
|
|
"iconv-lite": "^0.4.24",
|
|
"jest": "^27.3.1",
|
|
"jsdom": "^16.5.0",
|
|
"lodash": "^4.17.21",
|
|
"markdown-include": "^0.4.3",
|
|
"parse-duration": "^1.0.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"srcset": "^4.0.0",
|
|
"tabletojson": "^2.0.7",
|
|
"ts-node": "^10.3.0",
|
|
"typescript": "^4.4.4",
|
|
"wildcard-match": "^5.1.2",
|
|
"xml-js": "^1.6.11"
|
|
}
|
|
}
|