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
| Property | Type | Description |
|---|---|---|
| packages? | Record<string, PackageJson> | Packages in the package-lock.json file. |
Links to this page: