bun-pm-ls
List installed packages
TLDR
List installed packages
$ bun pm ls
List all packages including nested dependencies$ bun pm ls --all
SYNOPSIS
bun pm ls [options]
DESCRIPTION
bun pm ls lists packages installed in the current project. By default it shows top-level dependencies. Use --all to display the full dependency tree including transitive dependencies.
This command is equivalent to bun list.
PARAMETERS
--all
Show all dependencies including nested.
