@typescript-tools/package-manifests
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

package-manifests

License NPM Package Build Status semantic-release

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 }>
>

/@typescript-tools/package-manifests/

    Package Sidebar

    Install

    npm i @typescript-tools/package-manifests

    Weekly Downloads

    3

    Version

    3.0.1

    License

    ISC

    Unpacked Size

    9.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • hamroctopus
    • amchelle