You need to add ```"type": "module"``` to the package.json to make this package work properly if you're going to use js module syntax.
You need to add
"type": "module"to the package.json to make this package work properly if you're going to use js module syntax.