47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"name": "iptv",
|
|
"scripts": {
|
|
"act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path=.artifacts",
|
|
"act:check": "act pull_request -W .github/workflows/check.yml",
|
|
"db:create": "node scripts/commands/database/create.js",
|
|
"db:matrix": "node scripts/commands/database/matrix.js",
|
|
"db:update": "node scripts/commands/database/update.js",
|
|
"db:export": "node scripts/commands/database/export.js",
|
|
"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",
|
|
"readme:update": "node scripts/commands/readme/update.js",
|
|
"test": "jest --runInBand"
|
|
},
|
|
"jest": {
|
|
"testRegex": "tests/(.*?/)?.*test.js$",
|
|
"setupFilesAfterEnv": [
|
|
"@alex_neo/jest-expect-message"
|
|
]
|
|
},
|
|
"author": "Arhey",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@alex_neo/jest-expect-message": "^1.0.5",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^8.3.0",
|
|
"dayjs": "^1.10.7",
|
|
"fs-extra": "^10.0.0",
|
|
"iptv-checker": "^0.22.0",
|
|
"iptv-playlist-parser": "^0.11.0",
|
|
"jest": "^27.5.1",
|
|
"jest-expect-message": "^1.0.2",
|
|
"lodash": "^4.17.21",
|
|
"m3u-linter": "^0.3.0",
|
|
"markdown-include": "^0.4.3",
|
|
"natural-orderby": "^2.0.3",
|
|
"nedb-promises": "^5.0.2",
|
|
"normalize-url": "^6.1.0",
|
|
"signale": "^1.4.0",
|
|
"transliteration": "^2.2.0"
|
|
}
|
|
}
|