Meca.Tools.PowerShell.Conf.Default.psd1

@{
    RootModule             = 'Meca.Tools.PowerShell.Conf.Default.psm1'
    ModuleVersion          = '0.0.1'
    CompatiblePSEditions   = @()
    GUID                   = 'f1839861-0c39-450c-8dae-4bca3256b8d9'
    Author                 = 'dqlr'
    CompanyName            = ''
    Copyright              = '(c) dqlr. All rights reserved.'
    Description            = 'Default Configuration'
    PowerShellVersion      = ''
    PowerShellHostName     = ''
    PowerShellHostVersion  = ''
    DotNetFrameworkVersion = ''
    ClrVersion             = ''
    ProcessorArchitecture  = ''
    RequiredModules        = @()
    RequiredAssemblies     = @()
    ScriptsToProcess       = @()
    TypesToProcess         = @()
    FormatsToProcess       = @()
    NestedModules          = @()
    FunctionsToExport      = @()
    CmdletsToExport        = @()
    VariablesToExport      = ''
    AliasesToExport        = @()
    DscResourcesToExport   = @()
    ModuleList             = @()
    FileList               = @()
    PrivateData            = @{
        PSData = @{
            Tags                       = @()
            LicenseUri                 = ''
            ProjectUri                 = ''
            IconUri                    = ''
            ReleaseNotes               = ''
            Prerelease                 = ''
            RequireLicenseAcceptance   = $false
            ExternalModuleDependencies = @()
        }
    }
    HelpInfoURI            = ''
    DefaultCommandPrefix   = ''
}