Skip to main content

@webda/coreReadme | API


Interface: ProjectInformation

Information on the whole project

Properties

deployment

deployment: Object

Deployment information

Index signature

[key: string]: any

Type declaration

name

name: string

Source

packages/core/src/application.ts:417


git

git: GitInformation

Git information gathered

Source

packages/core/src/application.ts:413


package

package: PackageDescriptor

package.json information

Source

packages/core/src/application.ts:402


webda

webda: WebdaPackageDescriptor

Webda project information

It is the aggregation of webda information contained in package and its workspace meta

Source

packages/core/src/application.ts:409