diff --git a/package-lock.json b/package-lock.json index 18469138..6a73a2da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,8 +4,10 @@ "requires": true, "packages": { "": { + "name": "epg", "license": "MIT", "dependencies": { + "axios": "^0.21.1", "cheerio": "^1.0.0-rc.10", "dayjs": "^1.10.4", "epg-grabber": "^0.6.6", diff --git a/package.json b/package.json index 495c5f40..0e377618 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "author": "Arhey", "license": "MIT", "dependencies": { + "axios": "^0.21.1", "cheerio": "^1.0.0-rc.10", "dayjs": "^1.10.4", "epg-grabber": "^0.6.6",