keithamus / sort-package-json

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

feat: Introduce option for sorting deps in the same ordering as npm #304

Open Nokel81 opened 9 months ago

Nokel81 commented 9 months ago

resolves #234

Nokel81 commented 9 months ago

I know that this is rather hacky, but I could not figure out another way to pass in an argument for the over's

Also, how would I go about adding a unit test for this?