Useful Links
Computer Science
Other Tools and Technologies
Bun JavaScript Runtime
1. Introduction to Bun
2. Installation and Setup
3. Getting Started
4. Core Runtime Architecture
5. JavaScript and TypeScript Support
6. Web Standards APIs
7. Node.js Compatibility
8. Package Management
9. Script Running and Execution
10. Testing Framework
11. Bundling and Build System
12. Built-in APIs and Utilities
13. Advanced Features
14. Web Development with Bun
15. Command Line Applications
16. Migration and Integration
17. Deployment and Production
18. Performance and Optimization
19. Troubleshooting and Debugging
Package Management
Package Installation
Installing Dependencies
Development Dependencies
Optional Dependencies
Peer Dependencies
Package Management Commands
bun install
bun add
bun remove
bun update
bun link
Lockfile Management
bun.lockb Format
Lockfile Generation
Dependency Resolution
Version Constraints
Package.json Integration
Scripts Definition
Dependency Management
Configuration Options
Workspace Support
Registry and Sources
NPM Registry Integration
Alternative Registries
Private Registries
Local Packages
Workspace Management
Monorepo Setup
Workspace Configuration
Dependency Hoisting
Cross-Package Dependencies
Previous
7. Node.js Compatibility
Go to top
Next
9. Script Running and Execution