Skip to content

Instantly share code, notes, and snippets.

@depperm
Created August 3, 2023 16:27
Show Gist options
  • Save depperm/521e3613db035bd23f26060e091fb7ea to your computer and use it in GitHub Desktop.
Save depperm/521e3613db035bd23f26060e091fb7ea to your computer and use it in GitHub Desktop.
package.json variables
{
"name": "project_name",
"version": "1.0.0",
"config": {
"my_label": "TESTING"
},
"author": "me",
"scripts": {
"build": "build_script $npm_package_config_my_label:$npm_package_version"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment