Tag: npm

4 articles

· jsr / deno

How to Publish a TypeScript Package on JSR: Full Guide

Step-by-step guide to publishing a TypeScript package on JSR: configure jsr.json, fix slow types, publish via Deno or GitHub Actions, and maximize your score.

· npm / typescript

How to publish an npm package the right way in 2026

Dual ESM/CJS with tsup, a proper exports map, changesets for versioning, and provenance — the complete 2026 workflow that the top-ranking tutorials still miss.

· yarn / npm

Yarn vs npm 2026 — does Yarn still matter?

npm is the safe default. Yarn Berry earns its place in one specific scenario: large TypeScript monorepos with zero-install CI. Here is where that line falls.

· pnpm / npm

pnpm vs npm — what actually changes when you switch

Switch if you run a monorepo or care about install speed and disk. Stay on npm if you have phantom-dep debt you cannot audit. Here is the concrete difference.