Home > @rushstack/package-extractor > IProjectInfoJson
IProjectInfoJson interface
Part of the extractor-matadata.json file format. Represents an extracted project.
Signature:
export interface IProjectInfoJson
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| path | string | This path is relative to the root of the extractor output folder | |
| projectName | string | The name of the project as specified in its package.json file. |