Let's say you are looking to release an npm package containing bash scripts for specific tasks. Would this be permitted on the npm package registry? Additionally, is there a method to run a bash script within the code of a particular javascript file? Possibly utilizing child processes or a similar approach?