Deno to npm package build tool.
Fork of an excellent project @deno/dnt.
Takes a Deno module and creates a Node.js compatible npm package.
See @deno/dnt README for more details. This README will focus on what's different.
This fork fixes ESM compatibility issues with the output produced by the original project. See the issue for more details.