Common server side parts Defines the globals. It makes the following packages available as globals: _ bluebird (as Promise), fs, winston, lodash, chalk, config _ Usage require('@garlictech/common-server/dist/globals')(config) It makes your config object also global.