mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
20 lines
431 B
JSON
20 lines
431 B
JSON
{
|
|
"name": "epg",
|
|
"scripts": {},
|
|
"private": true,
|
|
"author": "Arhey",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"axios-cookiejar-support": "^1.0.1",
|
|
"axios-delay": "^1.0.0-rc6",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"commander": "^7.1.0",
|
|
"dayjs": "^1.10.4",
|
|
"glob": "^7.1.6",
|
|
"html-to-text": "^7.0.0",
|
|
"jsdom": "^16.5.0",
|
|
"tough-cookie": "^4.0.0",
|
|
"xml-js": "^1.6.11"
|
|
}
|
|
}
|