package-sort
v0.0.5
Published
Sort package.json file
Downloads
1
Maintainers
Readme
package-sort
Lightweight utility to keep your package.json
file organized
Features
- sort entries alphanumerically (by default)
- sort according to a custom order instead of default the alphanumerical sort
- opt-in recursive sorting for nested objects within the file
Build Locally
# install dependencies
yarn install
# compile source code
yarn build
# if you want to run tests
yarn test
# or to run tests in watch mode
yarn test:watch