Hcl.psd1
|
@{ RootModule = 'Hcl.psm1' ModuleVersion = '0.0.1' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'cd3ea388-8d6f-4c4e-95d6-927e1e77c71e' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2026 PSModule. All rights reserved.' Description = 'A PowerShell module for working with HCL language.' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'ConvertFrom-Hcl' 'ConvertTo-Hcl' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() ModuleList = @() FileList = @( 'Hcl.psm1' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Hcl/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Hcl' IconUri = 'https://raw.githubusercontent.com/PSModule/Hcl/main/icon/icon.png' } } } |