Is it possible to export n8n workflow?

Is it possible to export an n8n workflow to such a format that it would become runnable from JavaScript/TypeScript without having n8n installed to run it?

I have the following informal diagram, and I think, it would be easier to implement in n8n than manual TypeScript coding:

Hey! It’s only exportable in one format, but since all the data is there, it’s up to the custom code to pick whatever it needs from the export and do whatever with it. If there’s custom code involved, the format is not the limiting factor - it should be the code itself.