Publish pure ESM npm package written in TypeScript to JSR

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. vremel

    JavaScript date utility library for Temporal

    In my case: Clarify return types explicitly · fabon-f/vremel@50d2963 · GitHub

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. typedoc

    Documentation generator for TypeScript projects.

    JavaScript (TypeScript) ecosystem has various types of API docs generators. Maybe the most popular one is TypeDoc. While generating API docs itself is easy, hosting API docs is pretty hard. Publishing generated HTML to static hosting service like GitHub Pages is the method I adopted previously, but it's not an ideal solution because we can't view docs for older versions.

  4. deno_doc

    Documentation generator for Deno

    JSR uses Deno's document generator (deno_doc), which is under development and doesn't support all JSDoc tags yet3. So your JSDoc comment can be showed differently from your intention. You can run deno doc --unstable-sloppy-imports --html path/to/entrypoint.ts to check how generate docs will look.

  5. proposal-temporal

    Provides standard objects and functions for working with dates and times.

    I'm developing vremel, an utility library for Temporal API (similar to date-fns for Date). It's a pure ESM package1 and written in TypeScript.

  6. jsr

    The open-source package registry for modern JavaScript and TypeScript

    JSR is a new package registry for JavaScript, which has compatibility to npm. JSR supports ES modules and TypeScript by default.

  7. docs.rs

    crates.io documentation generator

    Now JSR have changed this situation. After publishing the package, we can view API docs of each version (similar to docs.rs in Rust or pkg.go.dev in Go). All we have to do is to write few lines of JSON. Optionally you can publish a package from GitHub Actions by adding only few lines to a workflow file. Any other setup (install packages, write config for document generator...) is not needed.

  8. date-fns

    ⏳ Modern JavaScript date utility library ⌛️

    I'm developing vremel, an utility library for Temporal API (similar to date-fns for Date). It's a pure ESM package1 and written in TypeScript.

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Quick tip: Using Deno and npm to persist and query data in SingleStoreDB

    2 projects | dev.to | 16 Nov 2022
  • Try to test deno 2.2+ WebTransport(unstable)

    3 projects | dev.to | 28 Aug 2025
  • Node.js can now execute TypeScript files

    14 projects | news.ycombinator.com | 17 Aug 2025
  • Bun, Node.js, or Deno: Which JavaScript Backend Should You Use in 2025?

    2 projects | dev.to | 13 Aug 2025
  • Visualizing local git repository statuses with MermaidJS and a Python CLI

    1 project | dev.to | 4 Jul 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?