Class McpScanRequestDataAttributesLibrariesItems

A library declaration to include in the dependency scan.

Hierarchy

  • McpScanRequestDataAttributesLibrariesItems

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
exclusions?: string[]

The list of dependency PURLs to exclude when resolving transitive dependencies for this library.

isDev: boolean

Whether this library is a development-only dependency.

isDirect: boolean

Whether this library is a direct (rather than transitive) dependency.

packageManager: string

The package manager that produced this library entry (for example, npm, pip, nuget).

purl: string

The Package URL (PURL) uniquely identifying the library and its version.

targetFrameworks?: string[]

The list of target framework identifiers associated with the library.

Generated using TypeDoc