Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/varharrie/verify-deps

☑ Checks if installed dependencies are matched with that specified in package.json.
https://github.com/varharrie/verify-deps

Last synced: about 5 hours ago
JSON representation

☑ Checks if installed dependencies are matched with that specified in package.json.

Awesome Lists containing this project

README

        

# verify-deps

Checks if installed dependencies are matched with that specified in `package.json`.

## Preview

![preview](./preview.png)

## Installation

```bash
$ npm install --save-dev verify-deps
```

## Usage

```bash
$ npx verify-deps
```

## License

[MIT](./LICENSE)