Currently no information is provided what changes between the versions of this module. There's also no releases to get notified of. How are developers expected to know when the library updates and to check if the update is relevant to their project? Scan through the commit list every now and then?
It should not be too much overhead to provide the minimum required to fulfill both needs. Just automate the NPM publish workflow using GitHub Actions. There's also interactive CLI tools available to help you do this: https://www.npmjs.com/package/release-it
I would suggest to check it out. It might even simplify your own workflow.