Letās say I want to modify the source code of a particular email adapter
Letās say I āneedā the source code of the adapter module to be included in the nodejs project not fetched from packages.json
So for example if the adapter weāre talking about is SimpleParseSmtpAdapter then āsimple-parse-smtp-adapterā is no longer in the fetched npm packages and no longer in packages.json but instead the source code is included in the nodejs project as a file (CustomEmailAdapter.js for example)
What would be the name of the module in the emailAdapter parameter in parse server options ?