Update package.json

This commit is contained in:
freearhey 2023-11-17 05:04:11 +03:00
parent b538940e50
commit 1285c5217d
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
{
"name": "epg",
"scripts": {
"act:update": "act workflow_dispatch -W .github/workflows/update.yml",
"api:load": "npx tsx scripts/commands/api/load.ts",
"api:generate": "npx tsx scripts/commands/api/generate.ts",
"channels:lint": "npx tsx scripts/commands/channels/lint.ts",
"channels:parse": "npx tsx scripts/commands/channels/parse.ts",
"channels:editor": "npx tsx scripts/commands/channels/editor.ts",