diff --git a/package.json b/package.json index 6c6d8aa5..4f2be8a4 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "channels:validate": "tsx scripts/commands/channels/validate.ts", "sites:init": "tsx scripts/commands/sites/init.ts", "sites:update": "tsx scripts/commands/sites/update.ts", + "guides:update": "tsx scripts/commands/guides/update.ts", "grab": "tsx scripts/commands/epg/grab.ts", "lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"", "test": "cross-env TZ=Pacific/Nauru npx jest --runInBand", @@ -71,6 +72,7 @@ "@typescript-eslint/parser": "^8.38.0", "axios": "^1.11.0", "axios-cookiejar-support": "^6.0.4", + "axios-mock-adapter": "^2.1.0", "chalk": "^5.4.1", "cheerio": "^1.1.2", "cli-progress": "^3.12.0", @@ -82,7 +84,7 @@ "cwait": "^1.1.2", "dayjs": "^1.11.13", "epg-grabber": "^0.46.1", - "epg-parser": "^0.3.1", + "epg-parser": "^0.5.0", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "form-data": "^4.0.4",