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

    Interface PackageNormalized

    A Package object with a normalized package.json file.

    interface PackageNormalized {
        packageJson: PackageJsonNormalized;
        path: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The parsed package.json file.

    path: string

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