mirror of https://github.com/iptv-org/epg.git
91 lines
2.7 KiB
JSON
91 lines
2.7 KiB
JSON
{
|
|
"name": "epg",
|
|
"scripts": {
|
|
"act:update": "act workflow_dispatch -W .github/workflows/update.yml",
|
|
"api:load": "npx tsx scripts/commands/api/load.ts",
|
|
"api:generate": "npx tsx scripts/commands/api/generate.ts",
|
|
"channels:lint": "npx tsx scripts/commands/channels/lint.ts",
|
|
"channels:parse": "npx tsx scripts/commands/channels/parse.ts",
|
|
"channels:editor": "npx tsx scripts/commands/channels/editor.ts",
|
|
"channels:validate": "npx tsx scripts/commands/channels/validate.ts",
|
|
"grab": "npx tsx scripts/commands/epg/grab.ts",
|
|
"serve": "npx serve",
|
|
"lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"",
|
|
"test": "run-script-os",
|
|
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand",
|
|
"test:default": "TZ=Pacific/Nauru npx jest --runInBand",
|
|
"postinstall": "npm run api:load"
|
|
},
|
|
"private": true,
|
|
"author": "Arhey",
|
|
"license": "MIT",
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.(ts|js)$": "ts-jest"
|
|
},
|
|
"testRegex": "(tests|sites)/(.*?/)?.*test.(js|ts)$",
|
|
"testTimeout": 10000
|
|
},
|
|
"dependencies": {
|
|
"@alex_neo/jest-expect-message": "^1.0.5",
|
|
"@freearhey/core": "^0.3.1",
|
|
"@freearhey/search-js": "^0.1.1",
|
|
"@octokit/core": "^4.1.0",
|
|
"@types/cli-progress": "^3.11.3",
|
|
"@types/fs-extra": "^11.0.2",
|
|
"@types/inquirer": "^9.0.3",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/lodash": "^4.14.199",
|
|
"@types/node-cleanup": "^2.1.2",
|
|
"@types/numeral": "^2.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
"axios": "^1.5.1",
|
|
"axios-cookiejar-support": "^4.0.7",
|
|
"chalk": "^4.1.2",
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"cli-progress": "^3.12.0",
|
|
"commander": "^8.2.0",
|
|
"consola": "^3.2.3",
|
|
"cron": "^2.4.3",
|
|
"csv-parser": "^3.0.0",
|
|
"cwait": "^1.1.2",
|
|
"dayjs": "^1.11.10",
|
|
"epg-grabber": "^0.37.1",
|
|
"epg-parser": "^0.2.0",
|
|
"eslint": "^8.17.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.0.1",
|
|
"glob": "^7.2.0",
|
|
"iconv-lite": "^0.4.24",
|
|
"inquirer": "^8.2.6",
|
|
"jest": "^29.7.0",
|
|
"langs": "^2.0.0",
|
|
"libxmljs2": "^0.33.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.3.0",
|
|
"markdown-include": "^0.4.3",
|
|
"mockdate": "^3.0.5",
|
|
"nedb-promises": "^6.0.3",
|
|
"node-cleanup": "^2.1.2",
|
|
"node-gzip": "^1.1.2",
|
|
"numeral": "^2.0.6",
|
|
"parse-duration": "^1.0.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"serve": "^14.2.0",
|
|
"signale": "^1.4.0",
|
|
"srcset": "^4.0.0",
|
|
"table2array": "^0.0.2",
|
|
"tabletojson": "^2.0.7",
|
|
"tough-cookie": "^4.1.3",
|
|
"transliteration": "^2.2.0",
|
|
"ts-jest": "^29.1.1",
|
|
"tsx": "^3.13.0",
|
|
"unzipit": "^1.4.0",
|
|
"wildcard-match": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"run-script-os": "^1.1.6"
|
|
}
|
|
}
|