CLI to sort and fix your package.json with npm official logic
$ cd your-package-directory
$ npx fixpkgThis package just executes fix and sort of @npmcli/package-json.
See npm/package-json#133 and npm/cli#7954.
MIT License: Teppei Sato <teppeis@gmail.com>