PowerShellUniversal.API.PSResourceGet.psd1

@{
    ModuleVersion = '1.0.0'
    GUID          = '384b8c8d-0aff-4b3c-b479-2e3dc1654f25'
    Author        = 'Ironman Software'
    CompanyName   = 'Ironman Software'
    Copyright     = '(c) Ironman Software. All rights reserved.'
    Description   = 'Provides API endpoints for managing PowerShell resources.'
    PrivateData   = @{
        PSData = @{
            Tags       = @('PowerShell', 'PSResourceGet', "PowerShellUniversal")
            LicenseUri = 'https://github.com/ironmansoftware/scripts/tree/main/LICENSE'
            ProjectUri = 'https://github.com/ironmansoftware/scripts/tree/main/APIs/PowerShellUniversal.API.PSResourceGet'
            IconUri    = 'https://raw.githubusercontent.com/ironmansoftware/scripts/main/images/script.png'
        }
    }
}