rhubarb-geek-nz.SQLiteConnection.Alpine.psd1

@{
    Description = 'SQLite Connection Tool'
    AliasesToExport = @()
    Copyright = 'Copyright © 2023 Roger Brown'
    GUID = 'e8e28b5f-a18e-4630-a957-856baefed648'
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/rhubarb-geek-nz/SQLiteConnection'
        }
    }
    PowerShellVersion = '7.2'
    Author = 'Roger Brown'
    CompatiblePSEditions = 'Core'
    CompanyName = 'rhubarb-geek-nz'
    FunctionsToExport = @()
    CmdletsToExport = 'New-SQLiteConnection'
    RootModule = 'SQLiteConnection.dll'
    VariablesToExport = '*'
    ModuleVersion = '1.0.118.0'
}