O arquivo é um Commonjs; pode ser convertido em um módulo ES6

//Edit package.json

"type": "module", //add this line
Azizul7m