A client for the Scripting service.
Deploy a script to a peer or locally (to the current machine)
listRunningScripts(peer?: string): Promise<{ image: string | undefined; name: string; id: string | undefined; }[]>
List all running scripts
stopScript(): Promise<void>
Stop a running script by id on a peer or locally