Skip to content

PackageLockJson

A type of the package-lock.json file.

Import:

import type { PackageLockJson } from 'obsidian-dev-utils/script-utils/npm';

Signature:

export interface PackageLockJson extends Partial<PackageJson>

Extends: Partial<PackageJson>

Properties

PropertyTypeDescription
packages?Record<string, PackageJson>Packages in the package-lock.json file.

Links to this page: