add engines to package.json

This commit is contained in:
Shay
2023-04-03 12:30:42 -07:00
parent 6ec668cc46
commit df0fee33af

View File

@@ -4,6 +4,9 @@
"description": "Discord example app",
"main": "app.js",
"type": "module",
"engines": {
"node": "16.x"
},
"scripts": {
"start": "node app.js",
"register": "node commands.js",