GoogleFonts.psd1

@{
    RootModule            = 'GoogleFonts.psm1'
    ModuleVersion         = '0.0.4'
    CompatiblePSEditions  = @(
        'Core'
        'Desktop'
    )
    GUID                  = 'd95e0d89-7e9f-486e-b3ab-9c5f5b138620'
    Author                = 'PSModule'
    CompanyName           = 'PSModule'
    Copyright             = '(c) 2024 PSModule. All rights reserved.'
    Description           = 'A PowerShell module to download and install fonts from GoogleFonts.'
    PowerShellVersion     = '5.1'
    ProcessorArchitecture = 'None'
    RequiredAssemblies    = @()
    ScriptsToProcess      = @()
    TypesToProcess        = @()
    FormatsToProcess      = @()
    NestedModules         = @()
    FunctionsToExport     = 'Get-PSModule'
    CmdletsToExport       = @()
    VariablesToExport     = @()
    AliasesToExport       = '*'
    ModuleList            = @()
    FileList              = @()
    PrivateData           = @{
        PSData = @{
            Tags       = @(
                'google-fonts'
                'Linux'
                'MacOS'
                'powershell'
                'powershell-module'
                'PSEdition_Core'
                'PSEdition_Desktop'
                'Windows'
            )
            LicenseUri = 'https://github.com/PSModule/GoogleFonts/blob/main/LICENSE'
            ProjectUri = 'https://github.com/PSModule/GoogleFonts'
            IconUri    = 'https://raw.githubusercontent.com/PSModule/GoogleFonts/main/icon/icon.png'
        }
    }
}