CLI tool that checks if your package version is set correctly.
This tool was made to be used in some deployment pipelines during verify stages.
$ npm install -g is-this-version
If installed globally, is-this-version
will be available as a CLI command. This command should be executed from a root directory of a project to be verified.
Only argument that needs to passed is a version number.
$ is-this-version 1.0.1
If there will be a mismatch in either package.json or package-lock.json the above command will return an error exit code.