Page Contents
Home > @loopback/tsdocs > LernaPackage
LernaPackage interface
TypeScript definition for {@link https://github.com/lerna/lerna/blob/master/core/package/index.js | 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 |