Types of script configurations and the options used to execute them: script - this type of configuration will be executed by requiring it. As it does not export any value, only runs the code inside. module - The module type referes to modules that export values that needs to be dealt with.