set NodeJS and NPM versions

This commit is contained in:
David Reed 2022-09-29 20:24:18 -04:00
parent 3f95251302
commit ce1ac3ef89

View file

@ -3,6 +3,10 @@
"version": "1.0.0",
"description": "Ultraviolet instance",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node src/index.js"
},