PackageInfo - gottabe-io/gottabe-plugin-dev GitHub Wiki

gottabe-plugin-dev / Exports / PackageInfo

Interface: PackageInfo

Package information extracted from the build configuration of a package.

Table of contents

Properties

Properties

artifactId

artifactId: string

Artifact identifier of the package

Defined in

gottabe_api.ts:31


build

Optional build: BuildConfig

The original build configuration

Defined in

gottabe_api.ts:43


checksum

checksum: string

The checksum of the files of the package for the current target

Defined in

gottabe_api.ts:47


dependencies

dependencies: PackageInfo[]

The dependencies of this package

Defined in

gottabe_api.ts:55


dirs

dirs: any

Directories for the files

Defined in

gottabe_api.ts:51


groupId

groupId: string

Group identifier of the package

Defined in

gottabe_api.ts:27


includeDir

Optional includeDir: string

Include directory

Defined in

gottabe_api.ts:39


scope

scope: string[]

The current scope of this package

Defined in

gottabe_api.ts:59


version

version: string

Version of the package

Defined in

gottabe_api.ts:35