Add nodejs library (npm) when initializing browser

HI all, is there any way how to add npm library when initializing browser?

I want to use eg file-saver to extend my JS keywords in browser. How can I add dependency on this library?

thanks