These are the kinds of packageJson files we distinguish. The on you interact
with during DEVELOPMENT is the source packageJson file, and will be
transformed prior to DISTRIBUTION.
Type declaration
ReadonlyDEVELOPMENT: "development"
Used in the repository as the source packageJson
ReadonlyDISTRIBUTION: "distribution"
The packageJson that will be in the distributed package
These are the kinds of packageJson files we distinguish. The on you interact with during DEVELOPMENT is the source packageJson file, and will be transformed prior to DISTRIBUTION.