Skip to main content
bun info displays package metadata from the npm registry.

Usage

terminal
This will display information about the react package, including its latest version, description, homepage, dependencies, and more.

Viewing specific versions

To view information about a specific version:
terminal

Viewing specific properties

You can also query specific properties from the package metadata:
terminal

JSON output

To get the output in JSON format, use the --json flag:
terminal

Alias

bun pm view is an alias for bun info:
terminal

Examples

terminal