Integrate NodeJs SDK on GDevelop

I would like to integrate a NodeJs SDK on GDevelop, it’s a payment sdk…

The node Js APIs are all available on previews and PC exports. If you want to use an npm module, you will probably need to write a JavaScript extension with a dependency declaration (see the implementation of admob and the example JS extension), see how to write one here: GDevelop/README-extensions.md at master · 4ian/GDevelop · GitHub