To add an npm package as a development dependency, useDocumentation Index
Fetch the complete documentation index at: https://bun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
bun add --development.
terminal
This will add the package to
devDependencies in package.json.
See Docs > Package manager for complete documentation of Bun’s package manager.