.env file returns literal text npm_package_version instead of the version of the npm package
.env values are returning the string that should have been referencing a value within package.json, but instead are displaying the literal text from the env file.