We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758d619 commit 7dc59c5Copy full SHA for 7dc59c5
package.json
@@ -8,6 +8,9 @@
8
"test": "echo \"Error: no test specified\" && exit 1",
9
"start": "node server.js"
10
},
11
+ "engines": {
12
+ "node": ">=19.5.0"
13
+ },
14
"keywords": [],
15
"author": "",
16
"license": "ISC",
0 commit comments