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