Is your feature request related to a problem? Please describe.
The supported Node.js version is not called out in an easy to find place in jscodeshift project.
For example, when upgrading to 0.16.0, I'd to read through PR #588 which mentioned in the description
To support the updates to these libraries it will be necessary to deprecate node 12 and some node 14 versions prohibited by the libraries.
There are several ways to call out supported Node.js versions on npm packages. The official one is to mention it in the engines field.
Describe the solution you'd like
Define Node.js supported version in the package.json engines field as >=16.0.0
Describe alternatives you've considered
N/A