information about a package in a workspace

interface WorkspacePackage {
    json: PackageJson;
    path: string;
    root: boolean;
}

Properties

Properties

package.json of the package

path: string

path to the package root

root: boolean

whether this is the root package