Za: https://www.reddit.com/r/javascript/comments/40ycex/til_that_npm_exposes_a_npm_package_var/ Plus: https://twitter.com/mkldny/status/687643256927219712
//You can do things like
node server.js --name=$npm_package_name
//and it will replace $npm_package_name with that name value in the package.json
//If you have a nested object like the scripts object you can just use an underscore _ to reference it like $npm_package_scripts_test