Convert package to NPM module?

Is it possible to convert a Meteor package into an NPM module? For example, the accounts-google package? How would we handle package.js or references to other Meteor packages like accounts-base?

I ask because my company has an internal NPM registry, but no way to host Meteor packages internally (aside from as git repos and using Meteor Git Packages, but I’m trying to avoid solutions like that).

1 Like