Package your Node.js project into an executable
'use strict';
module.exports = {
pkg: {
scripts: ['lib/providers/*.js'],
},
};