Page Contents
Home > @loopback/tsdocs > LernaPackage
LernaPackage interface
TypeScript definition for Lerna Package
Signature:
export interface LernaPackage
Properties
| Property | Type | Description |
|---|---|---|
| location | string | Location of the package |
| manifestLocation | string | Location of package.json |
| name | string | Package name |
| private | boolean | Is it a private package? |
| rootPath | string | Root directory of the monorepo |