module.exports = { hello, bye }
same below:
module.exports = { hello: hello, bye: bye }
See: Object Literals Enhanced