# Adding a mandatory check of "engines" property in package.json
# Works for npm and pnpm. Yarn is strict by default, Bun seems to be that way too
engine-strict=true
