Files
cheatsheet-tldr/tldr/bun-pm-ls
2025-12-08 00:21:51 +00:00

18 lines
358 B
Plaintext

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