"Engines" in package.json
Setting "engines" in package.json allows to enforce rules for running your application.
package.json
trying to run yarn install or npm install will result in an error, if you have different versions of required packages.
alikulov.com1 min read
Mudita
Techology geek with lots to share
Great article