Home > @microsoft/api-extractor > ExtractorConfig > packageJson
ExtractorConfig.packageJson property
The parsed package.json file for the working package, or undefined if API Extractor was invoked without a package.json file.
Signature:
readonly packageJson: INodePackageJson | undefined;