Import of reductio getting failed

import reductio from “reductio”;

While importing the package, getting the following error

========================================
node_modulesreductiosrcreductio.js:1
import build from './build.js';
^^^^^^

SyntaxError: Cannot use import statement outside a module
========================================

How can I get this resolved?

Want to export this as a package