Type alias: ScanPackageOptionsFactoryPackageInfo

Types.ScanPackageOptionsFactoryPackageInfo

ScanPackageOptionsFactoryPackageInfo: Object

Information about a single package to be scanned

Type declaration

Name Type Description
isRoot boolean true if the analyzed package.json is the root of the scanned project
isWorkspacePackage boolean true if the analyzed package.json is a dependency related to the project via a workspace:... dependency specifier
ON THIS PAGE