In a package.json, some fields define where to find what.
mainis the main entry point in CJS; or fortype: "module"packages to ESMmoduleis only used by bundlers to resolve ESM, for tree-shaking for CJS+ESM packages, not by Node.jstypesis only used by TS to resolve typesexportsis only used by modern Node.js, if a package istype: "module"; patterns are only supported since v14.13.0, v12.20.0