Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-02-10 21:22:11 +03:00
parent 2b0db37cbc
commit 8549d3fa73

View file

@ -1,18 +1,24 @@
{
"name": "@iptv-org/api",
"scripts": {
"act": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path ./.artifacts"
"act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml",
"api:update": "node scripts/api/update.js",
"db:validate": "node scripts/db/validate.js"
},
"private": true,
"author": "Arhey",
"dependencies": {
"axios": "^0.25.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"commander": "^9.0.0",
"csvtojson": "^2.0.10",
"glob": "^7.2.0",
"joi": "^17.6.0",
"json2csv": "^6.0.0-alpha.0",
"mz": "^2.7.0",
"node-cleanup": "^2.1.2",
"signale": "^1.4.0",
"slugify": "^1.6.5",
"transliteration": "^2.2.0"
}