2018-11-16 02:41:15 +03:00
|
|
|
{
|
|
|
|
"name": "iptv",
|
|
|
|
"scripts": {
|
2022-02-15 09:26:43 +03:00
|
|
|
"act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path=.artifacts",
|
2022-02-14 12:00:10 +03:00
|
|
|
"act:check": "act pull_request -W .github/workflows/check.yml",
|
2022-03-23 20:04:57 +03:00
|
|
|
"api:load": "./scripts/commands/api/load.sh",
|
2022-02-12 01:58:14 +03:00
|
|
|
"db:create": "node scripts/commands/database/create.js",
|
|
|
|
"db:matrix": "node scripts/commands/database/matrix.js",
|
|
|
|
"db:update": "node scripts/commands/database/update.js",
|
2022-02-13 01:40:34 +03:00
|
|
|
"db:export": "node scripts/commands/database/export.js",
|
2022-02-12 01:58:14 +03:00
|
|
|
"cluster:load": "node scripts/commands/cluster/load.js",
|
|
|
|
"playlist:validate": "node scripts/commands/playlist/validate.js",
|
|
|
|
"playlist:generate": "node scripts/commands/playlist/generate.js",
|
|
|
|
"playlist:update": "node scripts/commands/playlist/update.js",
|
|
|
|
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
2022-03-11 18:01:15 +03:00
|
|
|
"playlist:cleaner": "node scripts/commands/playlist/cleaner.js",
|
2022-02-12 01:58:14 +03:00
|
|
|
"readme:update": "node scripts/commands/readme/update.js",
|
2022-02-12 03:12:04 +03:00
|
|
|
"test": "jest --runInBand"
|
2021-12-12 07:09:35 +03:00
|
|
|
},
|
|
|
|
"jest": {
|
2022-02-07 02:27:15 +03:00
|
|
|
"testRegex": "tests/(.*?/)?.*test.js$",
|
|
|
|
"setupFilesAfterEnv": [
|
|
|
|
"@alex_neo/jest-expect-message"
|
|
|
|
]
|
2018-11-16 02:41:15 +03:00
|
|
|
},
|
2020-03-14 17:09:02 +03:00
|
|
|
"author": "Arhey",
|
2018-11-24 01:05:24 +03:00
|
|
|
"private": true,
|
2019-09-29 18:15:55 +03:00
|
|
|
"license": "MIT",
|
2021-03-06 21:14:09 +03:00
|
|
|
"dependencies": {
|
2022-02-15 02:53:12 +03:00
|
|
|
"@alex_neo/jest-expect-message": "^1.0.5",
|
2022-02-08 07:30:26 +03:00
|
|
|
"chalk": "^4.1.2",
|
|
|
|
"commander": "^8.3.0",
|
2021-12-12 07:09:35 +03:00
|
|
|
"dayjs": "^1.10.7",
|
2022-02-05 03:03:39 +03:00
|
|
|
"fs-extra": "^10.0.0",
|
2022-06-09 00:28:49 +03:00
|
|
|
"iptv-checker": "^0.24.2",
|
2022-03-01 19:36:35 +03:00
|
|
|
"iptv-playlist-parser": "^0.11.0",
|
2022-02-15 02:53:12 +03:00
|
|
|
"jest": "^27.5.1",
|
|
|
|
"jest-expect-message": "^1.0.2",
|
2021-12-12 07:09:35 +03:00
|
|
|
"lodash": "^4.17.21",
|
2021-12-15 00:39:52 +03:00
|
|
|
"m3u-linter": "^0.3.0",
|
2021-01-20 01:06:15 +03:00
|
|
|
"markdown-include": "^0.4.3",
|
2022-02-08 01:11:47 +03:00
|
|
|
"natural-orderby": "^2.0.3",
|
2021-12-12 07:09:35 +03:00
|
|
|
"nedb-promises": "^5.0.2",
|
2021-08-11 18:52:51 +03:00
|
|
|
"normalize-url": "^6.1.0",
|
2022-02-15 02:55:46 +03:00
|
|
|
"signale": "^1.4.0",
|
|
|
|
"transliteration": "^2.2.0"
|
2018-11-16 02:41:15 +03:00
|
|
|
}
|
|
|
|
}
|