Spacious nexus

Home

❯

npm

npm

May 19, 20261 min read

npm is a package registry. Not strictly for JavaScript, but it is mostly for the JavaScript ecosystem.

JavaScript package checklist

A personal checklist I use for my packages.

  • Reuse a package.json.
  • TypeScript.
    • Setup tsconfig.json.
    • Emit type declarations.
  • Package release.
    • Use release-it Actions workflow.
      The workflow expects that the tsconfig.json is set to emit type declarations.
  • Documentation.
    • Use TypeDoc Actions workflow.

Graph View

Backlinks

  • Programming
  • Visual Studio Code
  • Windows on Arm

Created with Quartz v4.5.2 © 2026

  • Personal website
  • General disclaimer