# pnpm reads this file. `auto-install-peers=false` is pinned so the lockfile
# only resolves declared dependencies (pnpm 8+ default flipped to `true`).
# npm prints `Unknown project config "auto-install-peers"` because npm doesn't
# recognize the option — that warning is cosmetic; this project requires pnpm
# (see `packageManager` in package.json) and is not supported under npm.
auto-install-peers=false
