@worldware/msg-cli
    Preparing search index...

    Interface PackageJson

    Minimal type for package.json fields we read/write.

    interface PackageJson {
        directories?: Record<string, string>;
        imports?: Record<string, string>;
        name?: string;
        scripts?: Record<string, string>;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    directories?: Record<string, string>
    imports?: Record<string, string>
    name?: string
    scripts?: Record<string, string>