@apr/werckerenvtools
Version:
Tools to work with environment variables in wercker
33 lines (32 loc) • 761 B
JSON
{
"name": "@apr/werckerenvtools",
"version": "1.0.11",
"description": "Tools to work with environment variables in wercker",
"main": "cli.js",
"repository": {
"type": "git",
"url": "git+https://github.com/audienceproject/werckerenvtools.git"
},
"engines": {
"node": ">=8.10.0"
},
"keywords": [
"wercker",
"environment",
"variables"
],
"author": "Johs Kristoffersen",
"license": "MIT",
"bin": {
"werckerenvtools": "./cli.js"
},
"bugs": {
"url": "https://github.com/audienceproject/werckerenvtools/issues"
},
"homepage": "https://github.com/audienceproject/werckerenvtools#readme",
"dependencies": {
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"yargs": "^16.2.0"
}
}