mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Install pm2 locally
This commit is contained in:
parent
0baf1be2c0
commit
12740941d5
3 changed files with 2334 additions and 31 deletions
1718
package-lock.json
generated
1718
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,6 @@
|
||||||
"channels:validate": "npx tsx scripts/commands/channels/validate.ts",
|
"channels:validate": "npx tsx scripts/commands/channels/validate.ts",
|
||||||
"sites:update": "npx tsx scripts/commands/sites/update.ts",
|
"sites:update": "npx tsx scripts/commands/sites/update.ts",
|
||||||
"grab": "npx tsx scripts/commands/epg/grab.ts",
|
"grab": "npx tsx scripts/commands/epg/grab.ts",
|
||||||
"serve": "npx serve",
|
|
||||||
"lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"",
|
"lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"",
|
||||||
"test": "run-script-os",
|
"test": "run-script-os",
|
||||||
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand",
|
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand",
|
||||||
|
@ -74,6 +73,8 @@
|
||||||
"numeral": "^2.0.6",
|
"numeral": "^2.0.6",
|
||||||
"parse-duration": "^1.0.0",
|
"parse-duration": "^1.0.0",
|
||||||
"pdf-parse": "^1.1.1",
|
"pdf-parse": "^1.1.1",
|
||||||
|
"pm2": "^5.4.3",
|
||||||
|
"run-script-os": "^1.1.6",
|
||||||
"serve": "^14.2.4",
|
"serve": "^14.2.4",
|
||||||
"signale": "^1.4.0",
|
"signale": "^1.4.0",
|
||||||
"srcset": "^4.0.0",
|
"srcset": "^4.0.0",
|
||||||
|
@ -85,8 +86,5 @@
|
||||||
"tsx": "^4.19.2",
|
"tsx": "^4.19.2",
|
||||||
"unzipit": "^1.4.0",
|
"unzipit": "^1.4.0",
|
||||||
"wildcard-match": "^5.1.2"
|
"wildcard-match": "^5.1.2"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"run-script-os": "^1.1.6"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue