Read the CLI package version from package.json relative to the running CLI bundle. Resolves ../package.json from process.argv[1] (the bundle entry point). Falls back to '0.0.0' if the file is unreadable.
../package.json
process.argv[1]
Read the CLI package version from package.json relative to the running CLI bundle. Resolves
../package.jsonfromprocess.argv[1](the bundle entry point). Falls back to '0.0.0' if the file is unreadable.