# DaloyJS supply-chain hardening defaults.
#
# These pnpm-specific defaults are kept here so users who switch this Bun
# starter back to pnpm inherit the same secure-by-default install posture.
# When you scaffold with `--package-manager bun` the CLI removes this file
# so `bun install` does not warn about unsupported keys.

auto-install-peers=true
strict-peer-dependencies=true
prefer-frozen-lockfile=true
verify-store-integrity=true
minimum-release-age=1440
ignore-scripts=true
