# BUILD-019: enforce the engines.npm constraint (>=9) for anyone installing
# from this repo. On npm < 9 the `overrides` block is silently ignored and
# vulnerable transitives slip in; engine-strict turns that into a hard error.
engine-strict=true
