bun-pm-version
Print the package manager version
TLDR
Show package manager version
$ bun pm version
SYNOPSIS
bun pm version
DESCRIPTION
bun pm version prints the version of Bun's built-in package manager. The package manager version matches the Bun runtime version since the package manager is bundled with the runtime.
INSTALL
sudo pacman -S bun
brew install bun
nix profile install nixpkgs#bun
SEE ALSO
bun(1), bun-pm(1), bun-upgrade(1)