bun
bun copied to clipboard
Support workspaces in `bun pm`
What is the problem this feature would solve?
I want to list the dependencies of a workspace in a monorepo with bun pm ls
.
What is the feature you are proposing to solve the problem?
Please add support for workspaces in bun pm
, or at least support the cwd
flag in the package management commands.
What alternatives have you considered?
I tried using the cwd
flag, but it still lists the dependencies of the monorepo root (where the bun.lockb
file is located).