As some packages rely on the experimental "stream/web" package only available in node v16.5+, this commit updates the `engines` property to reflect that.
@@ -42,7 +42,7 @@
]
},
"engines": {
- "node": ">=10.0.0"
+ "node": ">=16.5.0"
"devDependencies": {
"@babel/types": "^7.12.0",