keithamus / sort-package-json

Sort an Object or package.json based on the well-known package.json keys
MIT License
806 stars 87 forks source link

Sort NPM Overrides #267

Open broksonic21 opened 2 years ago

broksonic21 commented 2 years ago

NPM Added support for overrides: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides

Would be nice if sort-package-json sorted overrides alphabetically automatically as well like it does dependencies and devDependencies

keithamus commented 2 years ago

PRs welcome!