ts-repo-utils
    Preparing search index...
    • Retrieves all workspace packages from a monorepo based on the workspace patterns defined in the root package.json file.

      Parameters

      • rootPackageJsonDir: string

        The directory containing the root package.json file

      Returns Promise<
          readonly Readonly<
              {
                  dependencies: ReadonlyRecord<string, string>;
                  name: string;
                  packageJson: JsonValue;
                  path: string;
              },
          >[],
      >

      A promise that resolves to an array of Package objects containing package metadata