Package Exports
- auto-plugin-package-json
- auto-plugin-package-json/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (auto-plugin-package-json) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
auto-plugin-package-json
Installation
This plugin is not included with the auto CLI installed via NPM. To install:
npm i --save-dev auto-plugin-package-json
# or
yarn add -D auto-plugin-package-jsonUsage
{
"plugins": [
"package-json"
// other plugins
]
}