Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/varharrie/verify-deps
- Owner: varHarrie
- License: mit
- Created: 2018-11-23T02:31:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T03:44:20.000Z (almost 6 years ago)
- Last Synced: 2024-10-13T21:55:14.701Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)