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
build
• Optional build: BuildConfig
The original build configuration
Defined in
checksum
• checksum: string
The checksum of the files of the package for the current target
Defined in
dependencies
• dependencies: PackageInfo[]
The dependencies of this package
Defined in
dirs
• dirs: any
Directories for the files
Defined in
groupId
• groupId: string
Group identifier of the package
Defined in
includeDir
• Optional includeDir: string
Include directory
Defined in
scope
• scope: string[]
The current scope of this package
Defined in
version
• version: string
Version of the package