DEPRECATED: Note that this package is no longer maintained.
Prints out the current package version or any other package information you want.
npm install npv
Printing out the current package version
npv
1.0.0
Package name is quite easy...
npv name
my-node-project
...or just pass the property path.
npv repository.url
https://github.com/...
Storing package version in an environment variable
export PACKAGE_VERSION=$(npv)
Released under the MIT license.