Skip to content

[I] PackageJson

Type for package.json https://docs.npmjs.com/cli/configuring-npm/package-json

Properties

PropertyTypeDescription
bugs?object-
bugs.email?string-
bugs.url?string-
dependencies?Record<string, string>-
description?stringPackage description
devDependencies?Record<string, string>-
exports?null | ExportsSubpath exports to define entry points of the package. Read more.
homepage?string-
main?string-
namestringPackage name
peerDependencies?Record<string, string>-
private?boolean-
tspMain?string-
type?"module" | "commonjs"-
version?stringPackage version