Update package.json

This commit is contained in:
ErikrafT 2025-05-07 17:48:43 -03:00 committed by GitHub
parent a79daf5bba
commit 0acbc1012e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,9 @@
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"start:prod": "node server/index.js --rate-limit --auto-restart"
"start:prod": "node server/index.js --rate-limit --auto-restart",
"build": "npm install --omit=dev",
"postinstall": "npm run build"
},
"author": "",
"license": "ISC",
@ -25,6 +27,7 @@
"nodemon": "^3.0.3"
},
"engines": {
"node": ">=15"
}
"node": ">=20.0.0"
},
"private": true
}