@cprussin
    Preparing search index...
    PackageJson: Record<string, unknown> & {
        bin?: string | Record<string, string>;
        exports?: string | string[] | Nested<string>;
        main?: string;
        types?: string;
    }

    A simplified type describing the schema of package.json files. Here we only define fields that this library touches.