ElixirRun elixir scripts, dependencies should be passed inline using Mix.Type: elixirConfiguration#Examples#Install jason lib and encode a hello world messagecat - >/tmp/script.exs <<EOFMix.install([:jason])IO.puts(Jason.encode!(%{hello: :world}))EOFrunops tasks create --target elixir-type --file /tmp/script.exsCopy