Skip to content

Instantly share code, notes, and snippets.

@lucianobragaweb
Created May 2, 2020 13:10
Show Gist options
  • Save lucianobragaweb/140870cd88a2e024db9e8c63864f2bda to your computer and use it in GitHub Desktop.
Save lucianobragaweb/140870cd88a2e024db9e8c63864f2bda to your computer and use it in GitHub Desktop.
Get App Version package.json
var pjson = require('./package.json');
console.log(pjson.version);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment