Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface PackageConfig
import { type PackageConfig } from "https://deno.land/std@0.138.0/node/module_esm.ts";

Properties

pjsonPath: string
exists: boolean
optional
name: string
optional
main: string
optional
exports: any
optional
imports: any
optional
type: string