Bun is used as the TypeScript runtime for this monorepo. It is the foundation for running applications and scripts, providing fast execution of JavaScript and TypeScript files across the various projects in the repo.In this monorepo, Bun is the designated test runner for TypeScript. It is integrated to run tests across the entire monorepo, providing fast and consistent results for all TypeScript projects.Bun is used as the TypeScript package manager for the monorepo. It handles dependencies, installations, and package resolution across the different projects, ensuring that all projects in the monorepo are aligned with the same set of dependencies.