Dependency: {
    constraint: string;
    kind: "jsr" | "npm";
    name: string;
    path: string;
}

Type declaration

  • constraint: string

    The semver constraint of the dependency.

  • kind: "jsr" | "npm"

    The kind of dependency.

  • name: string

    The fully qualified name of the dependency.

  • path: string

    The path being imported from the dependency. This may be the empty string if the "default entrypoint" is being imported.