UNPKG

@code-nl/cloud-logging

Version:

Interface over @google-cloud/logging

29 lines (28 loc) 544 B
{ "name": "@code-nl/cloud-logging", "version": "2.0.0", "description": "Interface over @google-cloud/logging", "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "keywords": [ "GCP", "Stackdriver", "Cloud logging" ], "author": "CODE Internet Applications", "license": "MIT", "repository": {}, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.2", "sinon": "^7.5.0" }, "dependencies": { "@google-cloud/logging": "^8.0" }, "engines": { "node": ">=10" } }