From 2f90d9f27f9f1ca7bcc96a53320b3bac9b7ca440 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 26 Oct 2022 04:41:49 +0300 Subject: [PATCH] Update package.json --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d29da832..43a990bb 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,12 @@ "channels:editor": "node scripts/commands/channels/editor.js", "queue:create": "node scripts/commands/queue/create.js", "cluster:load": "node scripts/commands/cluster/load.js", + "programs:load": "node scripts/commands/programs/load.js", "programs:save": "node scripts/commands/programs/save.js", - "guides:update": "node scripts/commands/guides/update.js", + "guides:update": "NODE_OPTIONS=--max-old-space-size=4096 node scripts/commands/guides/update.js", + "guides:update_legacy": "node scripts/commands/guides/update_legacy.js", + "api:load": "./scripts/commands/api/load.sh", "api:update": "node scripts/commands/api/update.js", - "api:load": "mkdir -p scripts/data && curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json && curl -L -o scripts/data/countries.json https://iptv-org.github.io/api/countries.json", "readme:update": "node scripts/commands/readme/update.js", "status:update": "node scripts/commands/status/update.js", "lint": "npx eslint ./scripts/**/*.js", @@ -34,6 +36,7 @@ }, "dependencies": { "@alex_neo/jest-expect-message": "^1.0.5", + "@octokit/core": "^4.1.0", "axios": "^0.21.1", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", @@ -48,6 +51,7 @@ "iconv-lite": "^0.4.24", "inquirer": "^8.2.0", "jest": "^27.3.1", + "langs": "^2.0.0", "libxmljs2": "^0.30.1", "lodash": "^4.17.21", "markdown-include": "^0.4.3", @@ -61,6 +65,7 @@ "srcset": "^4.0.0", "tabletojson": "^2.0.7", "transliteration": "^2.2.0", + "unzipit": "^1.4.0", "wildcard-match": "^5.1.2" }, "devDependencies": {