CLI to sort and fix your package.json
with npm official logic
$ cd your-package-directory
$ npx fixpkg
This package just executes fix
and sort
of @npmcli/package-json
.
See npm/package-json#133 and npm/cli#7954.
MIT License: Teppei Sato <[email protected]>