mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 02:47:02 -05:00
Install pm2 locally
This commit is contained in:
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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user