sort package.json like fixpack but without messing with files
npm install sort-pjson
yarn add sort-pjson
pnpm add sort-pjson
bun add sort-pjson
Sorts a package.json using fixpack rules but just with an object, not files.
Usage:
const sort = require('sort-pjson') const pjson = require('./package.json') const sorted = sort(pjson)