Update package.json

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

View File

@@ -1,121 +1,127 @@
{ {
"name": "epg", "name": "epg",
"scripts": { "scripts": {
"act:check": "act pull_request -W .github/workflows/check.yml", "act:check": "act pull_request -W .github/workflows/check.yml",
"act:update": "act workflow_dispatch -W .github/workflows/update.yml", "act:format": "act workflow_dispatch -W .github/workflows/format.yml",
"api:load": "tsx scripts/commands/api/load.ts", "act:update": "act workflow_dispatch -W .github/workflows/update.yml",
"api:generate": "tsx scripts/commands/api/generate.ts", "api:load": "tsx scripts/commands/api/load.ts",
"channels:lint": "tsx scripts/commands/channels/lint.mts", "api:generate": "tsx scripts/commands/api/generate.ts",
"channels:parse": "tsx scripts/commands/channels/parse.ts", "channels:lint": "tsx scripts/commands/channels/lint.mts",
"channels:edit": "tsx scripts/commands/channels/edit.ts", "channels:parse": "tsx scripts/commands/channels/parse.ts",
"channels:validate": "tsx scripts/commands/channels/validate.ts", "channels:format": "tsx scripts/commands/channels/format.ts",
"sites:init": "tsx scripts/commands/sites/init.ts", "channels:edit": "tsx scripts/commands/channels/edit.ts",
"sites:update": "tsx scripts/commands/sites/update.ts", "channels:validate": "tsx scripts/commands/channels/validate.ts",
"grab": "tsx scripts/commands/epg/grab.ts", "sites:init": "tsx scripts/commands/sites/init.ts",
"lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"", "sites:update": "tsx scripts/commands/sites/update.ts",
"test": "cross-env TZ=Pacific/Nauru npx jest --runInBand", "grab": "tsx scripts/commands/epg/grab.ts",
"postinstall": "skip-postinstall || npm run api:load", "lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,mts,js}\"",
"prepare": "husky" "test": "cross-env TZ=Pacific/Nauru npx jest --runInBand",
}, "postinstall": "skip-postinstall || npm run api:load",
"private": true, "prepare": "husky"
"license": "UNLICENSED", },
"jest": { "private": true,
"setupFiles": [ "license": "UNLICENSED",
"<rootDir>/node_modules/jest-offline" "jest": {
], "setupFiles": [
"transform": { "<rootDir>/node_modules/jest-offline"
"^.+\\.(ts|js)$": "@swc/jest" ],
}, "transform": {
"testMatch": [ "^.+\\.(ts|js)$": "@swc/jest"
"<rootDir>/sites/**/*.test.(js|ts)", },
"<rootDir>/tests/commands/**/*.test.(js|ts)" "testMatch": [
], "<rootDir>/sites/**/*.test.(js|ts)",
"testTimeout": 10000, "<rootDir>/tests/commands/**/*.test.(js|ts)"
"transformIgnorePatterns": [ ],
"<rootDir>/node_modules/(?!parse-duration/.*|@freearhey/core/.*|glob/.*|srcset/.*|balanced-match/.*|minimatch/.*)" "testTimeout": 10000,
] "transformIgnorePatterns": [
}, "<rootDir>/node_modules/(?!parse-duration/.*|@freearhey/core/.*|glob/.*|srcset/.*|balanced-match/.*|minimatch/.*)"
"dependencies": { ]
"@alex_neo/jest-expect-message": "^1.0.5", },
"@eslint/eslintrc": "^3.3.1", "dependencies": {
"@eslint/js": "^9.32.0", "@alex_neo/jest-expect-message": "^1.0.5",
"@freearhey/chronos": "^0.0.1", "@eslint/eslintrc": "^3.3.1",
"@freearhey/core": "^0.10.3", "@eslint/js": "^9.32.0",
"@freearhey/search-js": "^0.1.2", "@freearhey/chronos": "^0.0.1",
"@ntlab/sfetch": "^1.2.0", "@freearhey/core": "^0.13.2",
"@octokit/core": "^7.0.3", "@freearhey/search-js": "^0.1.2",
"@octokit/plugin-paginate-rest": "^13.1.1", "@freearhey/storage-js": "^0.2.0",
"@octokit/plugin-rest-endpoint-methods": "^16.0.0", "@iptv-org/sdk": "^1.0.2",
"@stylistic/eslint-plugin": "^5.2.2", "@ntlab/sfetch": "^1.2.0",
"@swc/core": "^1.13.2", "@octokit/core": "^7.0.3",
"@swc/jest": "^0.2.39", "@octokit/plugin-paginate-rest": "^13.1.1",
"@types/cli-progress": "^3.11.6", "@octokit/plugin-rest-endpoint-methods": "^16.0.0",
"@types/fs-extra": "^11.0.4", "@stylistic/eslint-plugin": "^5.2.2",
"@types/inquirer": "^9.0.8", "@swc/core": "^1.13.2",
"@types/jest": "^30.0.0", "@swc/jest": "^0.2.39",
"@types/langs": "^2.0.5", "@types/cli-progress": "^3.11.6",
"@types/lodash.orderby": "^4.6.9", "@types/fs-extra": "^11.0.4",
"@types/lodash.sortby": "^4.7.9", "@types/inquirer": "^9.0.8",
"@types/lodash.startcase": "^4.4.9", "@types/jest": "^30.0.0",
"@types/lodash.uniqby": "^4.7.9", "@types/langs": "^2.0.5",
"@types/node": "^24.1.0", "@types/lodash.orderby": "^4.6.9",
"@types/node-cleanup": "^2.1.5", "@types/lodash.sortby": "^4.7.9",
"@types/numeral": "^2.0.5", "@types/lodash.startcase": "^4.4.9",
"@typescript-eslint/eslint-plugin": "^8.38.0", "@types/lodash.uniqby": "^4.7.9",
"@typescript-eslint/parser": "^8.38.0", "@types/node": "^24.1.0",
"axios": "^1.11.0", "@types/node-cleanup": "^2.1.5",
"axios-cookiejar-support": "^6.0.4", "@types/numeral": "^2.0.5",
"chalk": "^5.4.1", "@types/pako": "^2.0.4",
"cheerio": "^1.1.2", "@typescript-eslint/eslint-plugin": "^8.38.0",
"cli-progress": "^3.12.0", "@typescript-eslint/parser": "^8.38.0",
"commander": "^14.0.0", "axios": "^1.11.0",
"consola": "^3.4.2", "axios-cookiejar-support": "^6.0.4",
"cross-env": "^10.0.0", "chalk": "^5.4.1",
"csv-parser": "^3.2.0", "cheerio": "^1.1.2",
"cwait": "^1.1.2", "cli-progress": "^3.12.0",
"dayjs": "^1.11.13", "commander": "^14.0.0",
"epg-grabber": "^0.41.0", "consola": "^3.4.2",
"epg-parser": "^0.3.1", "cross-env": "^10.0.0",
"eslint": "^9.32.0", "csv-parser": "^3.2.0",
"eslint-config-prettier": "^10.1.8", "cwait": "^1.1.2",
"form-data": "^4.0.4", "dayjs": "^1.11.13",
"fs-extra": "^11.3.0", "epg-grabber": "^0.44.0",
"glob": "^11.0.3", "epg-parser": "^0.3.1",
"globals": "^16.3.0", "eslint": "^9.32.0",
"husky": "^9.1.7", "eslint-config-prettier": "^10.1.8",
"iconv-lite": "^0.6.3", "form-data": "^4.0.4",
"inquirer": "^12.8.2", "fs-extra": "^11.3.0",
"jest": "^30.0.5", "glob": "^11.0.3",
"jest-offline": "^1.0.1", "globals": "^16.3.0",
"langs": "^2.0.0", "husky": "^9.1.7",
"libxml2-wasm": "^0.5.0", "iconv-lite": "^0.6.3",
"lodash.orderby": "^4.6.0", "inquirer": "^12.8.2",
"lodash.sortby": "^4.7.0", "jest": "^30.0.5",
"lodash.startcase": "^4.4.0", "jest-offline": "^1.0.1",
"lodash.uniqby": "^4.7.0", "langs": "^2.0.0",
"luxon": "^3.7.1", "libxml2-wasm": "^0.5.0",
"mockdate": "^3.0.5", "lodash.orderby": "^4.6.0",
"nedb-promises": "^6.2.3", "lodash.sortby": "^4.7.0",
"node-cleanup": "^2.1.2", "lodash.startcase": "^4.4.0",
"numeral": "^2.0.6", "lodash.uniqby": "^4.7.0",
"parse-duration": "^2.1.4", "luxon": "^3.7.1",
"pdf-parse": "^1.1.1", "mockdate": "^3.0.5",
"pm2": "^6.0.8", "nedb-promises": "^6.2.3",
"readline": "^1.3.0", "node-cleanup": "^2.1.2",
"run-script-os": "^1.1.6", "numeral": "^2.0.6",
"serve": "^14.2.4", "pako": "^2.1.0",
"signale": "^1.4.0", "parse-duration": "^2.1.4",
"skip-postinstall": "^1.0.0", "pdf-parse": "^1.1.1",
"socks-proxy-agent": "^8.0.5", "pm2": "^6.0.8",
"srcset": "^5.0.1", "readline": "^1.3.0",
"table2array": "^0.0.2", "run-script-os": "^1.1.6",
"tabletojson": "^4.1.6", "serve": "^14.2.4",
"tough-cookie": "^5.1.2", "signale": "^1.4.0",
"transliteration": "^2.3.5", "skip-postinstall": "^1.0.0",
"tsx": "^4.20.3", "socks-proxy-agent": "^8.0.5",
"typescript": "^5.8.3", "srcset": "^5.0.1",
"unzipit": "^1.4.3", "table2array": "^0.0.2",
"uuid": "^11.1.0", "tabletojson": "^4.1.6",
"wildcard-match": "^5.1.4" "tough-cookie": "^5.1.2",
} "transliteration": "^2.3.5",
} "tsx": "^4.20.3",
"typescript": "^5.8.3",
"unzipit": "^1.4.3",
"uuid": "^11.1.0",
"wildcard-match": "^5.1.4"
}
}