package-manifests
Read every package's package.json
Install
npm install @typescript-tools/package-manifests
Use
export function packageManifests(
somePathInMonorepo?: string,
): TE.TaskEither<
PackageManifestsError,
ReadonlyArray<{ package: LernaPackage; contents: E.Json }>
>