PoshPresenter.psd1

@{
    RootModule        = 'PoshPresenter.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'f8a3b2c1-4d5e-6f7a-8b9c-0d1e2f3a4b5c'
    Author            = 'Jakoby'
    Description       = 'PowerShell presentation engine. Per-slide HTML, live code execution, pace tracking, attendee sync. Point it at your own presentation folder — slides are never stored in the module.'
    PowerShellVersion = '7.0'
    FunctionsToExport = @('Start-PoshPresenter', 'Stop-PoshPresenter', 'New-PoshPresentation', 'Start-PoshDemo')
    PrivateData       = @{ PSData = @{
        Tags       = @('Presentation', 'PoshDE', 'WebView2', 'Conference', 'Hacking')
        ProjectUri = 'https://powershellforhackers.com'
    }}
}