package-json-type
    Preparing search index...

    Interface IOverrides

    Dependency overrides configuration. Allows overriding versions of nested dependencies.

    {
    "overrides": {
    "foo": "1.0.0",
    "bar": {
    "baz": "2.0.0"
    }
    }
    }

    Indexable