Documentation for Simbo's Packages
    Preparing search index...

    Result of the findUpPackage function.

    interface Package {
        packageJson: PackageJson;
        path: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    packageJson: PackageJson

    The parsed package.json file.

    path: string

    The absolute path to the directory containing the package.json file.