parent
483a4798de
commit
e7472d905a
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "A system for managing the occupancy of lots. (i.e. Cemetery management)",
|
"description": "A system for managing the occupancy of lots. (i.e. Cemetery management)",
|
||||||
"exports": "./app.js",
|
"exports": "./app.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^14.13.1 || >=16.0.0"
|
"node": ">=18.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cross-env NODE_ENV=production node ./bin/www.js",
|
"start": "cross-env NODE_ENV=production node ./bin/www.js",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue