Page Contents
Home > @loopback/tsdocs > LernaPackage
LernaPackage interface
Typescript definition for Lerna Package
Signature:
export interface LernaPackage
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [location](/doc/en/lb4/apidocs.tsdocs.lernapackage.location.html) | string | Location of the package | |
| [manifestLocation](/doc/en/lb4/apidocs.tsdocs.lernapackage.manifestlocation.html) | string | Location of `package.json` | |
| [name](/doc/en/lb4/apidocs.tsdocs.lernapackage.name.html) | string | Package name | |
| [private](/doc/en/lb4/apidocs.tsdocs.lernapackage.private.html) | boolean | Is it a private package? | |
| [rootPath](/doc/en/lb4/apidocs.tsdocs.lernapackage.rootpath.html) | string | Root directory of the monorepo |