Publish package to NPM Registry. While the in-progress codebase/repo is currently "gpgmejs", this NPM package could be published as gpgme within the JS ecosystem and provide JS import syntax as:
// main.js
import { gpgVersion } from 'gpgme'Otherwise, I can publish it as gpgmejs to provide syntax:
// main.js
import { gpgVersion } from 'gpgmejs'