Open
Description
Currently if you use bun it actually just uses npm (we detect a bun lock file and fallback to using npm).
Adding official bun support would mean you could call postinstall scripts using bun and do other bun specific things. As bun is a package manager and a runtime there are various levels of support we could go to.