add engines to package.json

This commit is contained in:
2023-07-15 11:37:58 +02:00
parent 35b634f561
commit dc09cf2238

View File

@@ -5,6 +5,9 @@
"author": "",
"private": true,
"license": "UNLICENSED",
"engines": {
"node": ">=16.13"
},
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",