Update package.json

This commit is contained in:
freearhey
2025-10-22 02:29:07 +03:00
parent 7a36cb66a7
commit 605736d8c3

View File

@@ -2,11 +2,13 @@
"name": "epg",
"scripts": {
"act:check": "act pull_request -W .github/workflows/check.yml",
"act:format": "act workflow_dispatch -W .github/workflows/format.yml",
"act:update": "act workflow_dispatch -W .github/workflows/update.yml",
"api:load": "tsx scripts/commands/api/load.ts",
"api:generate": "tsx scripts/commands/api/generate.ts",
"channels:lint": "tsx scripts/commands/channels/lint.mts",
"channels:parse": "tsx scripts/commands/channels/parse.ts",
"channels:format": "tsx scripts/commands/channels/format.ts",
"channels:edit": "tsx scripts/commands/channels/edit.ts",
"channels:validate": "tsx scripts/commands/channels/validate.ts",
"sites:init": "tsx scripts/commands/sites/init.ts",
@@ -40,8 +42,10 @@
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.32.0",
"@freearhey/chronos": "^0.0.1",
"@freearhey/core": "^0.10.3",
"@freearhey/core": "^0.13.2",
"@freearhey/search-js": "^0.1.2",
"@freearhey/storage-js": "^0.2.0",
"@iptv-org/sdk": "^1.0.2",
"@ntlab/sfetch": "^1.2.0",
"@octokit/core": "^7.0.3",
"@octokit/plugin-paginate-rest": "^13.1.1",
@@ -61,6 +65,7 @@
"@types/node": "^24.1.0",
"@types/node-cleanup": "^2.1.5",
"@types/numeral": "^2.0.5",
"@types/pako": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"axios": "^1.11.0",
@@ -74,7 +79,7 @@
"csv-parser": "^3.2.0",
"cwait": "^1.1.2",
"dayjs": "^1.11.13",
"epg-grabber": "^0.41.0",
"epg-grabber": "^0.44.0",
"epg-parser": "^0.3.1",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
@@ -98,6 +103,7 @@
"nedb-promises": "^6.2.3",
"node-cleanup": "^2.1.2",
"numeral": "^2.0.6",
"pako": "^2.1.0",
"parse-duration": "^2.1.4",
"pdf-parse": "^1.1.1",
"pm2": "^6.0.8",