Install pm2 locally

This commit is contained in:
freearhey 2025-01-03 09:04:04 +03:00
parent 0baf1be2c0
commit 12740941d5
3 changed files with 2334 additions and 31 deletions

1718
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,6 @@
"channels:validate": "npx tsx scripts/commands/channels/validate.ts",
"sites:update": "npx tsx scripts/commands/sites/update.ts",
"grab": "npx tsx scripts/commands/epg/grab.ts",
"serve": "npx serve",
"lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"",
"test": "run-script-os",
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand",
@ -74,6 +73,8 @@
"numeral": "^2.0.6",
"parse-duration": "^1.0.0",
"pdf-parse": "^1.1.1",
"pm2": "^5.4.3",
"run-script-os": "^1.1.6",
"serve": "^14.2.4",
"signale": "^1.4.0",
"srcset": "^4.0.0",
@ -85,8 +86,5 @@
"tsx": "^4.19.2",
"unzipit": "^1.4.0",
"wildcard-match": "^5.1.2"
},
"devDependencies": {
"run-script-os": "^1.1.6"
}
}

641
yarn.lock

File diff suppressed because it is too large Load diff