I'd like to be able to do the following with this repo: * Install this library to my project with `npm install jmap-js` * Import it in node using `require('jmap-js')` * Import it into an ES Module with `import * as JMAP from 'jmap-js'` These are all things a modern JS library should be able to do.