bun-publish - Publish npm packages with Bun build tool
Publish JavaScript/TypeScript packages to npm registry after building with Bun
Tags
Updated: 2026-02-13Capabilities
Typical Outputs
What this skill does
- validate package configuration
- run type checking
- build package with Bun
- preview publish with dry-run
- publish to npm registry
- detect scoped packages
- display post-publish information
Inputs
- package.json file
- npm authentication
- access level parameter
- Bun build scripts
- TypeScript configuration
Outputs
- published npm package
- version number
- installation command
- npm package page link
Requirements
- Bun runtime environment
- npm authentication
- package.json configuration
- build scripts
