Dependicus API Reference
    Preparing search index...

    Interface DepsDevConfig

    interface DepsDevConfig {
        cacheTtlDays?: number;
        includeDependencies?: boolean;
    }
    Index

    Properties

    cacheTtlDays?: number

    Cache TTL in days. Default: 7.

    includeDependencies?: boolean

    Include transitive dependency counts (extra API call per package). Default: true.