Configurable rules
Rules allow you to tailor your desired file format.
Monorepo support
npm-package-json-lint is capable of scanning projects with multiple package.json files.
Shareable config
Shareable config allows you to create your own reusable module or consume someone else\'s module to enforce rules.
Nothing on by default
npm-package-json-lint does not have any rules enabled by default.
Ignore support
You might not want to lint all package.json files in your project. Ignore support allows you to easily specific what files to skip.
Node.js API
All of npm-package-json-lint\'s CLI functionality is also exposed via a Node.js API.