diff --git a/doc/api/packages.md b/doc/api/packages.md index 58d6e97be20292..24b2d8604d9abe 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -705,6 +705,7 @@ is provided below to assist with ecosystem coordination. * `"types"` - can be used by typing systems to resolve the typing file for the given export. _This condition should always be included first._ * `"deno"` - indicates a variation for the Deno platform. +* `"bun"` - indicates a variation for the Bun platform. * `"browser"` - any web browser environment. * `"react-native"` - will be matched by the React Native framework (all platforms). _To target React Native for Web, `"browser"` should be specified