Files
epg/package.json

21 lines
431 B
JSON
Raw Normal View History

2021-03-10 17:37:12 +03:00
{
"name": "epg",
2021-03-11 18:17:24 +03:00
"scripts": {},
2021-03-10 17:37:12 +03:00
"private": true,
"author": "Arhey",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
2021-03-12 00:51:53 +03:00
"axios-cookiejar-support": "^1.0.1",
2021-03-10 21:31:32 +03:00
"axios-delay": "^1.0.0-rc6",
2021-03-11 17:06:43 +03:00
"cheerio": "^1.0.0-rc.5",
2021-03-10 17:37:12 +03:00
"commander": "^7.1.0",
"dayjs": "^1.10.4",
2021-03-10 21:31:32 +03:00
"glob": "^7.1.6",
2021-03-11 23:36:44 +03:00
"html-to-text": "^7.0.0",
2021-03-11 17:06:43 +03:00
"jsdom": "^16.5.0",
2021-03-12 00:51:53 +03:00
"tough-cookie": "^4.0.0",
2021-03-10 17:37:12 +03:00
"xml-js": "^1.6.11"
}
}