AST.psd1
@{ RootModule = 'AST.psm1' ModuleVersion = '0.1.0' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'c34f18ea-07e3-4950-9328-ae1cbd5ff3a4' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2024 PSModule. All rights reserved.' Description = 'A PowerShell module for using the Abstract Syntax Tree (AST) to analyze any PowerShell code.' PowerShellVersion = '7.4' ProcessorArchitecture = 'None' RequiredAssemblies = @() ScriptsToProcess = @() TypesToProcess = @() FormatsToProcess = @() NestedModules = @() FunctionsToExport = 'Test-PSModuleTemplate' CmdletsToExport = @() ModuleList = @() FileList = 'AST.psm1' PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/AST/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/AST' IconUri = 'https://raw.githubusercontent.com/PSModule/AST/main/icon/icon.png' } } } |