Skip to main content

Bun

Bun

The Bun package manager for JavaScript.

Description

The Bun package manager. Bun installs dependencies to an NPM-compatible hoisted "node_modules" directory. As "bun pm ls" does not (yet) support machine-readable output, the dependency tree is obtained by running "npm list" on the Bun-installed "node_modules" directory. Once Bun supports "bun pm ls --json" (see https://github.com/oven-sh/bun/issues/8283), the listing could be switched to use Bun directly.