At the moment, no packages are included with JSApp. I am hoping to finish off the code that I have to incorporate npm packages when I have more time.
For the moment, you can load in files from your local file system. For simple packages this is easy to get working, usually just copy the source into a file, and use require('./file-name') in your code.