CheatLab.psd1

@{
    RootModule        = 'CheatLab.psm1'
    ModuleVersion     = '1.1.2'
    GUID              = 'd0b95d0c-5c2d-4b5f-8e5b-6e4ed4e0f6d4'
    Author            = 'CheatLab'
    CompanyName       = 'CheatLab'
    PowerShellVersion = '5.1'
    
    # REQUIRED FOR PSGALLERY:
    Description       = 'PowerShell client interface for the CheatLab API.'
    
    # Explicitly telling the gallery what to expose:
    FunctionsToExport = @('cheat', 'file', 'htype', 'update-cheat')
    CmdletsToExport   = @()
    VariablesToExport = @()
    AliasesToExport   = @()
}