We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1ffbc commit 3d81796Copy full SHA for 3d81796
package.json
@@ -5,6 +5,9 @@
5
"repository": "git://github.com/hapijs/nes",
6
"main": "lib/index.js",
7
"types": "lib/index.d.ts",
8
+ "engines": {
9
+ "node": ">=18.0.0"
10
+ },
11
"files": [
12
"lib"
13
],
0 commit comments