Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bun.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

To add an npm package as an optional dependency, use the --optional flag.
terminal
bun add zod --optional

This will add the package to optionalDependencies in package.json.
package.json
{
  "optionalDependencies": {
    "zod": "^3.0.0"
  }
}

See Docs > Package manager for complete documentation of Bun’s package manager.