Get-ShodanAPIInfo.psd1

@{
    RootModule = 'Get-ShodanAPIInfo.psm1'
    ModuleVersion = '1.1.1'
    GUID = '73c8593a-5531-4433-9733-d56cbc4c5a77'
    Author = 'simeononsecurity.ch'
    CompanyName = 'SimeonOnSecurity'
    Copyright = '2020 SimeonOnSecurity. All rights reserved.'
    Description = 'Returns information about the API plan belonging to the given API key. Ex: Get-ShodanAPIInfo -API'
    # Additional optional properties
    PrivateData = @{
        PSData = @{
            Tags = 'Shodan', 'PowerShell', 'Modules', 'ShodanPS', 'cmdlet'
            ProjectUri = 'https://github.com/simeononsecurity/Shodan_PS'
            ReleaseNotes = 'Init'
        }
    }
}