This package has been deprecated

Author message:

The module is no longer maintained. Get in touch if you want to take over: https://github.com/gustavnikolaj/packageJsonLint

package-json-lint

0.0.2 • Public • Published

package.json lint tool

Installation

$ npm install package-json-lint

Usage

Provides a binary, that you should run from the directory of the package.json file. Optionally you can provide the path to the file as an argument.

packageJsonLint
packageJsonLint path/to/package.json

Checks:

Currently it makes sure that:

  • you don't reference relative versions.
  • you sort your dependencies and development dependencies alphabetically.

Readme

Keywords

none

Package Sidebar

Install

npm i package-json-lint

Weekly Downloads

3

Version

0.0.2

License

BSD-3-Clause

Last publish

Collaborators

  • gustavnikolaj