LinuxCommandLibrary

bun-pm-ls

List installed packages

TLDR

List installed packages

$ bun pm ls
copy
List all packages including nested dependencies
$ bun pm ls --all
copy

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.

SEE ALSO

bun(1), bun-pm(1), bun-list(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community