🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

bunup

Package Overview
Dependencies
Maintainers
1
Versions
386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunup

⚡ A blazing-fast build tool for your libraries built with Bun.

latest
Source
npmnpm
Version
0.16.31
Version published
Weekly downloads
7.4K
-22.72%
Maintainers
1
Weekly downloads
 
Created
Source

Logo

Bunup

NPM Version Built with Bun sponsor

Bunup helps you ship TypeScript/React libraries faster with great DX — built on Bun's native bundler.

Performance

Instant builds by design. With Bun’s native speed, builds and rebuilds are extremely quick, even in monorepos. Faster feedback loops, higher productivity, calmer flow.

🚀 Quick Start

Create a TypeScript file:

// src/index.ts
export function greet(name: string): string {
	return `Hello, ${name}!`;
}

Build it instantly:

bunx bunup

Outputs to dist/ with ESM and .d.ts types.

Need CommonJS too?

bunx bunup --format esm,cjs

Want to generate and sync package exports automatically?

bunx bunup --exports

Scaffold

Spin up a modern, ready-to-publish TypeScript or React component library (or a basic starter) in ~10 seconds:

bunx @bunup/cli@latest create

See more in Scaffold with Bunup.

Features

  • Instant builds — lightning-fast by default
  • 🎨 CSS support out of the box — import CSS directly, with built-in CSS Modules support.
  • 📝 TypeScript declarations — clean, accurate .d.ts files
  • 🪓 Declaration splitting — smaller, cleaner type bundles
  • 🔋 Batteries included — auto-exports, unused dependency detection, and more
  • 🏗️ Workspace-ready — build multiple packages from one config and one command

For more, see the full documentation: https://bunup.dev

📚 Examples

Check out the examples directory for example usage:

❤️ Contributing

We welcome contributions! Please read the contributing guide.

Contributors

Sponsors



______ 🐈‍⬛ _____________

Keywords

bun

FAQs

Package last updated on 27 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts