Tiny TS Package Bundler

JSON →
library 1.1.4 ·javascript
verified Jun 7, 2026

Tiny-ts-package-bundler v1.1.4 is a lightweight CLI tool for building TypeScript packages into CommonJS and ES modules, generating global declaration files (.d.ts), and creating a package.json for npm publishing. Powered by tsup, it supports configurable platform (node/browser) and target (e.g., ES5, node16) options via the package.json 'tinyTsPkgBundler' field. Released on npm with low update frequency, it differentiates itself by bundling all common release steps into one command, but offers limited customization compared to tsup directly.