File SystemPackage Manager
Install a package under a different name
To install an npm package under an alias:
Add a tarball dependency
Bun's package manager can install any publicly available tarball URL as a dependency of your project.
Configuring a monorepo using workspaces
Bun's package manager supports npm "workspaces" . Workspaces split a codebase into distinct packages that live in the same repository, can depend on each other,