module.exports = {
description: 'allows module name with dashes to be added to the global object',
options: {
moduleName: '@scoped/npm-package'
}
};