drupflare/drangler - v0.1.0
    Preparing search index...

    Interface ToolCheck

    interface ToolCheck {
        install: string;
        name: string;
        present: boolean;
        required: boolean;
        usedBy: string;
        version: string | null;
    }
    Index
    install: string
    name: string
    present: boolean
    required: boolean
    usedBy: string

    the command drangler runs that needs it

    version: string | null