my bad i guess, i BADLY did it.

This commit is contained in:
theofficialomega
2025-06-29 01:38:25 +02:00
parent 59c3e0b191
commit c65e2645b6
239 changed files with 541 additions and 455 deletions

View File

@@ -14,7 +14,6 @@
"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",
"test:site": "cross-env TZ=Pacific/Nauru npx jest --runInBand --testPathPatterns",
"postinstall": "skip-postinstall || npm run api:load",
"prepare": "husky"
},
@@ -40,26 +39,26 @@
"dependencies": {
"@alex_neo/jest-expect-message": "^1.0.5",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.30.0",
"@freearhey/core": "^0.8.2",
"@freearhey/search-js": "^0.1.2",
"@ntlab/sfetch": "^1.2.0",
"@octokit/core": "^7.0.2",
"@octokit/plugin-paginate-rest": "^13.1.0",
"@octokit/plugin-paginate-rest": "^13.1.1",
"@octokit/plugin-rest-endpoint-methods": "^16.0.0",
"@swc/core": "^1.12.5",
"@swc/core": "^1.12.7",
"@swc/jest": "^0.2.38",
"@types/cli-progress": "^3.11.6",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.8",
"@types/jest": "^30.0.0",
"@types/langs": "^2.0.5",
"@types/lodash": "^4.17.18",
"@types/lodash": "^4.17.19",
"@types/node": "^24.0.7",
"@types/node-cleanup": "^2.1.5",
"@types/numeral": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"@typescript-eslint/parser": "^8.34.1",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"axios": "^1.10.0",
"axios-cookiejar-support": "^6.0.2",
"chalk": "^5.4.1",
@@ -73,7 +72,7 @@
"dayjs": "^1.11.13",
"epg-grabber": "^0.38.0",
"epg-parser": "^0.3.1",
"eslint": "^9.29.0",
"eslint": "^9.30.0",
"eslint-config-prettier": "^10.1.5",
"form-data": "^4.0.3",
"fs-extra": "^11.3.0",
@@ -82,7 +81,7 @@
"husky": "^9.1.7",
"iconv-lite": "^0.6.3",
"inquirer": "^12.6.3",
"jest": "^30.0.2",
"jest": "^30.0.3",
"jest-offline": "^1.0.1",
"langs": "^2.0.0",
"libxml2-wasm": "^0.5.0",