GoogleFonts.psd1
@{ RootModule = 'GoogleFonts.psm1' ModuleVersion = '0.0.12' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'f4da3536-7a79-410b-b337-4c8e8dbbb92f' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module to download and install fonts from GoogleFonts.' PowerShellVersion = '7.4' ProcessorArchitecture = 'None' RequiredModules = @( @{ RequiredVersion = '1.1.1' ModuleName = 'Admin' } @{ RequiredVersion = '1.1.11' ModuleName = 'Fonts' } ) RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = @( 'Get-GoogleFont' 'Install-GoogleFont' ) CmdletsToExport = @() AliasesToExport = @( 'Get-GoogleFonts' 'Install-GoogleFonts' ) ModuleList = @() FileList = 'GoogleFonts.psm1' PrivateData = @{ PSData = @{ Tags = @( 'google-fonts' 'Linux' 'powershell' 'powershell-module' 'PSEdition_Core' 'PSEdition_Desktop' ) 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' } } } |