An esbuild plugin that automatically marks all dependencies from package.json as external during bundling. Version 1.0.0 is the initial stable release with no known release cadence. Unlike manual externals configuration, it scans dependencies, devDependencies, peerDependencies, and optionalDependencies, saving developers from maintaining a separate list. Ships TypeScript types. Lightweight with no runtime dependencies.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The plugin is a default export, not a named export.
The package is ESM-only; CommonJS require will fail unless using dynamic import.
TypeScript types are included; use import type for type-only usage.
Builds a bundle where all package.json dependencies are marked external, leaving them as imports in the output.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.