chore: switch to npm version 18.13.0

This commit is contained in:
dancingCycle 2023-12-14 21:42:26 +01:00
parent 1b01fafe28
commit 407047b02e
2 changed files with 6 additions and 0 deletions

3
package-lock.json generated
View File

@ -16,6 +16,9 @@
"devDependencies": {
"debug": "4.3.4",
"nodemon": "3.0.2"
},
"engines": {
"node": "<=18.13.0"
}
},
"node_modules/abbrev": {

View File

@ -4,6 +4,9 @@
"version": "1.0.0",
"description": "GTFS Realtime to PostgreSQL",
"main": "index.js",
"engines": {
"node": "<=18.13.0"
},
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"