Skip to content

Interface: PackageJson

Represents the structure of a package.json file with dependency mappings.

Properties

PropertyTypeDescription
dependencies?Record<string, string>Runtime dependencies of the package.
devDependencies?Record<string, string>Development-only dependencies of the package.