Skip to content

Instantly share code, notes, and snippets.

@akoenig
Created June 27, 2015 18:19
Show Gist options
  • Save akoenig/bd67f885db0c664b05a6 to your computer and use it in GitHub Desktop.
Save akoenig/bd67f885db0c664b05a6 to your computer and use it in GitHub Desktop.
npm: referencing properties
{
"name": "awesome-package",
"version": "1.0.0",
"description": "Well, an awesome package.",
"author": "André König <andre.koenig@posteo.de>",
"main": "index",
"config": {
"distdir": "dist"
},
"scripts": {
"clean": "rm -rf $npm_package_config_distdir"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment