Examples (5)
Explain why a specific package is installed
bun why package_nameExplain why all packages matching a pattern are installed
bun why "pattern"Explain why packages from a specific organization are installed
bun why "@organization/*"Show only top-level dependencies
bun why package_name --topLimit the dependency tree depth
bun why package_name --depth numbermade by @shridhargupta | data from tldr-pages