Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NpmRepository

import type { NpmRepository } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";

Configuration for a Npm remote repository.

interface NpmRepository {
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "NPMJS";
}

§Properties

§
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "NPMJS"
[src]

One of the publicly available Npm repositories supported by Artifact Registry.