--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # bun pm ls > List installed dependencies and their versions. > More information: . - List dependencies in the current project: `bun pm {{[ls|list]}}` - List all transitive dependencies: `bun pm {{[ls|list]}} {{[-a|--all]}}`