Hi,
the installed npm package under node_modules has a dist folder that contains the esm version with an invalid package.json as it contains only { type: "module" }
This is an invalid package.json as per the docs
https://docs.npmjs.com/creating-a-package-json-file#required-name-and-version-fields
Thanks