Get-ShodanHostSearchFilters.psd1

@{
    RootModule = 'Get-ShodanHostSearchFilters.psm1'
    ModuleVersion = '1.1.2'
    GUID = '6c2f2dcd-eec9-40e9-aeca-24fe55912b80'
    Author = 'simeononsecurity.ch'
    CompanyName = 'SimeonOnSecurity'
    Copyright = '2020 SimeonOnSecurity. All rights reserved.'
    Description = 'This module returns a list of search filters that can be used in the search query. Ex: Get-ShodanHostSearchFilter -API'
    PrivateData = @{
        PSData = @{
            Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet'
            ProjectUri = 'https://simeononsecurity.com/github/shodan-powershell/'
            ReleaseNotes = 'Init'
        }
    }
}