# Supply-chain hardening
# Prevent dependencies from running install lifecycle scripts (postinstall, preinstall, install).
# Native deps (sharp, unrs-resolver) need an explicit `npm rebuild` after install.
# All install sites (scripts/, CI) have been updated accordingly.
ignore-scripts=true
