diff --git a/package.json b/package.json index 5894c0f..f488d0d 100644 --- a/package.json +++ b/package.json @@ -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" }