Whether or not automatically export the package.json file too.
Note: If you want to refer to the actual distributed
package.json in your scripts, you should import it through an export
and not use a direct json import, your bundler will bundle your
compile time package.json in, and your users will end up using that
information, not what was published.
Whether or not automatically export the package.json file too.
Note: If you want to refer to the actual distributed package.json in your scripts, you should import it through an export and not use a direct json import, your bundler will bundle your compile time package.json in, and your users will end up using that information, not what was published.