sort-pjson

sort package.json like fixpack but without messing with files


License
MIT
Install
npm install sort-pjson@1.0.1

Documentation

sort-pjson

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

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)