netlify-plugin-contextual-env
Version:
A Netlify plugin to override ENV vars based on a branch or context
29 lines (28 loc) • 780 B
JSON
{
"name": "netlify-plugin-contextual-env",
"version": "0.3.0",
"description": "A Netlify plugin to override ENV vars based on a branch or context",
"main": "src/index",
"repository": "https://github.com/cball/netlify-plugin-contextual-env",
"bugs": {
"url": "https://github.com/cball/netlify-plugin-contextual-env/issues"
},
"author": "Chris Ball",
"license": "MIT",
"private": false,
"keywords": [
"netlify",
"netlify-plugin",
"env"
],
"scripts": {
"version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
"prepublishOnly": "git push && git push --tags && gh-release",
"test": "jest"
},
"devDependencies": {
"auto-changelog": "^2.0.0",
"gh-release": "^3.5.0",
"jest": "^25.3.0"
}
}