prettier-plugin-packagejson
A Prettier plugin to sort the keys of a package.json file using sort-package-json.
Installation
npm i -D prettier prettier-plugin-packagejsonFor prettier v3+ you need to configure
module.exports = {
  // add this
  plugins: ['prettier-plugin-packagejson'],
}