btrz-env-info
Version:
Returns in an object AWS instance id, git commit hashes and other important env information.
32 lines (31 loc) • 799 B
JSON
{
"name": "btrz-env-info",
"version": "2.3.0",
"description": "Returns in an object AWS instance id, git commit hashes and other important env information.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha -t 5000 --exit",
"test-w": "NODE_ENV=test mocha -w -t 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Betterez/btrz-env-info.git"
},
"keywords": [
"AWS",
"GIT",
"Cloud",
"Betterez"
],
"author": "Hernan Garcia <hernan@dynamicprogrammer.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Betterez/btrz-env-info/issues"
},
"homepage": "https://github.com/Betterez/btrz-env-info#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1"
}
}