Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-08-15 02:22:51 +03:00
parent eb7ae04029
commit e345be44ba
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,7 @@
"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",
"api:load": "./scripts/commands/api/load.sh",
"db:clear": "node scripts/commands/database/clear.js",
"db:create": "node scripts/commands/database/create.js",
"db:matrix": "node scripts/commands/database/matrix.js",
"db:update": "node scripts/commands/database/update.js",
@ -13,7 +14,6 @@
"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",
"playlist:cleaner": "node scripts/commands/playlist/cleaner.js",
"readme:update": "node scripts/commands/readme/update.js",
"test": "jest --runInBand"
},
@ -33,7 +33,7 @@
"dayjs": "^1.10.7",
"fs-extra": "^10.0.0",
"iptv-checker": "^0.24.5",
"iptv-playlist-parser": "^0.11.0",
"iptv-playlist-parser": "^0.12.1",
"jest": "^27.5.1",
"jest-expect-message": "^1.0.2",
"lodash": "^4.17.21",