It is possible to install other libraries following, this approach, however, there might be a need to specify the module type,  main file, and default extension.
 'lodash': {
   format: 'cjs',
   defaultExtension: 'js',
   main: 'index.js'
 }
 'moment': {
   main: 'moment.js'
 }
 ...