Commands
Syncpack provides several commands to lint, fix, format, and update dependencies in your monorepo.
fixAutofix dependency version mismatches across your monorepo to match configured rules
formatFormat and sort package.json files consistently across your monorepo
jsonOutput dependency data as JSON for programmatic analysis and custom tooling
lintCheck for dependency version mismatches and semver range violations without modifying files
listDisplay all dependencies across your monorepo with filtering, sorting, and status information
updateUpdate dependency versions to latest releases from the npm registry