scan_structure_module.psd1

@{
    RootModule        = 'scan_structure_module.psm1'
    ModuleVersion     = '1.5.1'
    GUID              = 'f5f7b1fc-d8a1-4d6c-9532-f6a1b12c0f10'
    Author            = 'NexaCoreAI'
    CompanyName       = 'InfraCoreTech'
    Copyright         = '(c) 2025 InfraCoreTech. All rights reserved.'
    Description       = 'Modular and auditable structure scanner for PowerShell, compliant with NexaCoreAI RuleSet v1.0'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Scan-Structure')
    CmdletsToExport   = @()
    VariablesToExport = @()
    AliasesToExport   = @()
    PrivateData = @{
        PSData = @{
            Tags         = @('nexacore', 'governance', 'structure', 'audit')
            LicenseUri   = 'https://github.com/infracoretech/nexacoreai/blob/main/LICENSE'
            ProjectUri   = 'https://github.com/infracoretech/nexacoreai'
            IconUri      = 'https://infracoretech.com/assets/nexacoreai_icon.png'
            ReleaseNotes = 'Integrated with RuleSet v1.0 — Antonella governed and hash-traceable'
        }
    }
}