Interface NpmWorkspacesInfo

interface NpmWorkspacesInfo {
    version: string;
    workspaces: {
        packages: string[];
    };
}

Properties

Properties

version: string
workspaces: {
    packages: string[];
}

Type declaration

  • packages: string[]

Generated using TypeDoc