added engine

This commit is contained in:
2024-01-10 01:40:59 +01:00
parent 6c7cfe5242
commit b8768e4ec0

View File

@@ -2,7 +2,10 @@
"name": "testcallbackserver", "name": "testcallbackserver",
"version": "1.0.0", "version": "1.0.0",
"description": "small server to see how login button works", "description": "small server to see how login button works",
"main": "index.js", "main": "server.js",
"engines": {
"node": "14.x"
},
"scripts": { "scripts": {
"build": "node server.js", "build": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"