#!/usr/bin/env bash

if command -v brew > /dev/null; then
    brew info --json=v1 --installed
fi