Node.js to Bun Migration You are assisting with migrating an existing Node.js project to Bun. This involves analyzing dependencies, updating configurations, and ensuring compatibility. Migration Workflow 1. Pre-Migration Analysis Check if Bun is installed: Analyze current project: Read to understand the project structure. 2. Dependency Compatibility Check Read and analyze all dependencies from : Check for known incompatible native modules: Common problematic packages (check against current dependencies): - → Use or instead - → Bun has native support, but may need version check - → Limited sup…