Node_modules size limit too small for hosted app

I followed the instructions for adding npm dependencies.
The limit is 10MB, which is very small for node_modules. I got mine down to 22.5MB by doing a -production install and using node-prune with tar compression.
NPM dependencies are very common. How can this be resolved? thanks …