File SystemPackage Manager
Using bun install with an Azure Artifacts npm registry
Azure Artifacts' instructions for .npmrc say to base64 encode the password. Do not do this for bun install . Bun base64 encodes the password for you if needed.
Configure a private registry for an organization scope with bun install
You can configure private registries in .npmrc or bunfig.toml . Both work; we recommend bunfig.toml for its Bun-specific options.
Using bun install with Artifactory
JFrog Artifactory is a package management system for npm, Docker, Maven, NuGet, Ruby, Helm, and more. You can use it to host your own private npm registry,