module.exports = function (pluginsPath) {
  return {
    listLocal: function () {
      return require('./list_local_plugins')(pluginsPath);
    },