Ross ROSS = Recommend OSS · open-source software intelligence for agents

denoland/dnt

Deno to npm package build tool. observed · 2026-08-28

github.com/denoland/dnt · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 95
  • Release rhythm 84
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 37.0
  • age_days: 1810
  • days_rel: 30
  • days_push: 30
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1334 stars · 49 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

dnt (Deno to Node Transform) is a build tool that converts Deno modules into publishable npm packages for Node.js. It rewrites module specifiers, injects Deno shims, emits ESM/CommonJS/TypeScript declarations, and runs the output tests in Node.

Use cases

  • publish a Deno library as an npm package
  • convert Deno code to run on Node.js
  • generate ESM and CommonJS builds from one codebase
  • emit TypeScript declaration files for an npm package
  • run Deno tests against the Node.js build output
  • map esm.sh or remote imports to npm dependencies

When to choose

  • you maintain a Deno module and want npm users to consume it
  • you need dual ESM/CJS output with type declarations from a single source
  • you want automated shimming of Deno-specific APIs for Node

When to avoid

  • your project is Node-only with no Deno source
  • you need a general-purpose bundler rather than a Deno-to-Node converter
  • your code depends heavily on Deno APIs with no npm equivalents

Facets

cli-tool · maturity active

build-tool compiler developer-tools testing developer-tools cross-platform cli cross-platform deno npm nodejs package-publishing esm commonjs typescript transpilation command-line

1 source

Member repositories

RepositoryRoleHealth v2
denoland/dntmain92

For agents

markdown · JSON · MCP: product_card(name="denoland/dnt")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem