good-gcloud
Version:
Google Cloud Platform logging broadcasting for Good process monitor
38 lines (37 loc) • 873 B
JSON
{
"name": "good-gcloud",
"version": "1.0.4",
"description": "Google Cloud Platform logging broadcasting for Good process monitor",
"main": "lib/index.js",
"scripts": {
"test": "lab -m 5000 -t 100 -v -l -La @hapi/code"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elegantmonkeys/good-gcloud.git"
},
"keywords": [
"good",
"good-reporter",
"stream",
"gcloud",
"gcp"
],
"license": "Apache-2.0",
"engines": {
"node": ">=8.10.0"
},
"bugs": {
"url": "https://github.com/elegantmonkeys/good-gcloud/issues"
},
"homepage": "https://github.com/elegantmonkeys/good-gcloud#readme",
"dependencies": {
"@google-cloud/logging": "^8.0.6",
"@hapi/hoek": "^9.0.4",
"json-stringify-safe": "^5.0.1"
},
"devDependencies": {
"@hapi/code": "^8.0.0",
"@hapi/lab": "^22.0.4"
}
}