mirror of
https://github.com/iptv-org/api.git
synced 2025-05-12 10:00:07 -04:00
Update package.json
This commit is contained in:
parent
2b0db37cbc
commit
8549d3fa73
1 changed files with 7 additions and 1 deletions
|
@ -1,18 +1,24 @@
|
||||||
{
|
{
|
||||||
"name": "@iptv-org/api",
|
"name": "@iptv-org/api",
|
||||||
"scripts": {
|
"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,
|
"private": true,
|
||||||
"author": "Arhey",
|
"author": "Arhey",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.25.0",
|
"axios": "^0.25.0",
|
||||||
|
"chalk": "^4.1.2",
|
||||||
"cheerio": "^1.0.0-rc.10",
|
"cheerio": "^1.0.0-rc.10",
|
||||||
|
"commander": "^9.0.0",
|
||||||
"csvtojson": "^2.0.10",
|
"csvtojson": "^2.0.10",
|
||||||
"glob": "^7.2.0",
|
"glob": "^7.2.0",
|
||||||
|
"joi": "^17.6.0",
|
||||||
"json2csv": "^6.0.0-alpha.0",
|
"json2csv": "^6.0.0-alpha.0",
|
||||||
"mz": "^2.7.0",
|
"mz": "^2.7.0",
|
||||||
"node-cleanup": "^2.1.2",
|
"node-cleanup": "^2.1.2",
|
||||||
|
"signale": "^1.4.0",
|
||||||
"slugify": "^1.6.5",
|
"slugify": "^1.6.5",
|
||||||
"transliteration": "^2.2.0"
|
"transliteration": "^2.2.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue