Skip to main content
Module

x/dnt/transform.ts>Dependency

Deno to npm package build tool.
Go to Latest
interface Dependency
import { type Dependency } from "https://deno.land/x/dnt@0.30.0/transform.ts";

Dependency in a package.json file.

Properties

name: string

Name of the package.

version: string

Version specifier (ex. ^1.0.0).

optional
peerDependency: boolean

If this is suggested to be a peer dependency.