Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/actionify/src/deps/types.ts>PackageJson

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
type alias PackageJson
import { type PackageJson } from "https://deno.land/x/actionify@0.3.0/src/deps/types.ts";

Type for npm's package.json file. Also includes types for fields used by other popular projects, like TypeScript and Yarn.

definition:
& PackageJson.PackageJsonStandard
& PackageJson.NonStandardEntryPoints
& PackageJson.TypeScriptConfiguration
& PackageJson.YarnConfiguration
& PackageJson.JSPMConfiguration