2021-03-10 17:37:12 +03:00
|
|
|
{
|
|
|
|
|
"name": "epg",
|
2021-03-31 18:01:21 +03:00
|
|
|
"scripts": {
|
2022-02-03 04:20:19 +03:00
|
|
|
"lint": "node scripts/commands/lint.js",
|
2022-02-02 06:08:01 +03:00
|
|
|
"validate": "node scripts/commands/validate.js",
|
2022-01-20 23:21:17 +03:00
|
|
|
"test": "npx jest --runInBand",
|
|
|
|
|
"test:commands": "npx jest --runInBand -- commands",
|
2022-02-03 06:33:21 +03:00
|
|
|
"test:sites": "npx jest --runInBand -- sites",
|
|
|
|
|
"act": "act workflow_dispatch",
|
|
|
|
|
"update-readme": "node scripts/commands/update-readme.js"
|
2021-03-31 18:01:21 +03:00
|
|
|
},
|
2021-03-10 17:37:12 +03:00
|
|
|
"private": true,
|
|
|
|
|
"author": "Arhey",
|
|
|
|
|
"license": "MIT",
|
2021-10-24 10:43:01 +03:00
|
|
|
"jest": {
|
2022-01-06 12:59:37 +03:00
|
|
|
"testRegex": "(sites|tests)/(.*?/)?.*test.js$"
|
2021-10-24 10:43:01 +03:00
|
|
|
},
|
2021-03-10 17:37:12 +03:00
|
|
|
"dependencies": {
|
2021-09-03 22:57:15 +03:00
|
|
|
"axios": "^0.21.1",
|
2022-02-02 06:08:01 +03:00
|
|
|
"chalk": "^4.1.2",
|
2021-08-24 19:10:32 +03:00
|
|
|
"cheerio": "^1.0.0-rc.10",
|
2021-10-06 04:56:45 +03:00
|
|
|
"commander": "^8.2.0",
|
2021-11-08 11:01:28 +03:00
|
|
|
"csv-parser": "^3.0.0",
|
2021-03-10 17:37:12 +03:00
|
|
|
"dayjs": "^1.10.4",
|
2022-01-31 05:59:22 +03:00
|
|
|
"epg-grabber": "^0.20.0",
|
2021-10-13 05:22:54 +03:00
|
|
|
"epg-parser": "^0.1.6",
|
2021-08-21 13:20:48 +03:00
|
|
|
"form-data": "^4.0.0",
|
2021-10-07 17:57:21 +03:00
|
|
|
"glob": "^7.2.0",
|
2021-04-01 01:57:08 +03:00
|
|
|
"iconv-lite": "^0.4.24",
|
2021-10-24 10:43:01 +03:00
|
|
|
"jest": "^27.3.1",
|
2022-02-03 04:20:19 +03:00
|
|
|
"libxmljs": "^0.19.7",
|
2021-10-01 21:37:07 +03:00
|
|
|
"lodash": "^4.17.21",
|
2021-10-07 20:10:54 +03:00
|
|
|
"markdown-include": "^0.4.3",
|
2021-11-25 00:02:42 +03:00
|
|
|
"mockdate": "^3.0.5",
|
2022-01-06 12:59:37 +03:00
|
|
|
"mz": "^2.7.0",
|
|
|
|
|
"nedb-promises": "^5.0.3",
|
2021-04-21 19:23:17 +03:00
|
|
|
"parse-duration": "^1.0.0",
|
2021-11-11 19:00:18 +03:00
|
|
|
"pdf-parse": "^1.1.1",
|
2022-02-02 06:08:01 +03:00
|
|
|
"signale": "^1.4.0",
|
2021-10-01 23:56:50 +03:00
|
|
|
"srcset": "^4.0.0",
|
2021-09-22 21:27:32 +03:00
|
|
|
"tabletojson": "^2.0.7",
|
2022-02-02 06:08:01 +03:00
|
|
|
"wildcard-match": "^5.1.2"
|
2021-03-10 17:37:12 +03:00
|
|
|
}
|
|
|
|
|
}
|