I have a console like application in node js , and i want to package it for window's executable .
My project is setup is regular :
app.js node_moudles bin readme.md support file support file package.json Both support files are generated when the program is run first time .
Another detail , some of my dependencies are native applications(I'm using electron).
Is there a packaging solution , as i want to distribute only a exe that will have a node js instance as well as all my modules ?