# Package manager configuration
# Supports both npm and pnpm

# Allow both npm and pnpm
engine-strict=false

# Use exact versions in package-lock
save-exact=false

# Shared settings for both package managers
legacy-peer-deps=false
