Documentation
    Preparing search index...

    Variable PACKAGE_JSON_KINDConst

    PACKAGE_JSON_KIND: { DEVELOPMENT: "development"; DISTRIBUTION: "distribution" } = ...

    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