Index: node_modules/commander/esm.mjs
===================================================================
--- node_modules/commander/esm.mjs	(revision e4c61dd6cd86e06265bc2bd91adba84a0f04044a)
+++ node_modules/commander/esm.mjs	(revision e4c61dd6cd86e06265bc2bd91adba84a0f04044a)
@@ -0,0 +1,4 @@
+import commander from './index.js';
+
+// wrapper to provide named exports for ESM.
+export const { program, Option, Command, CommanderError, InvalidOptionArgumentError, Help, createCommand } = commander;
