UNPKG

failure-cloudfunctions

Version:

Module for failure injection into Google Cloud Functions

40 lines (39 loc) 1.08 kB
{ "name": "failure-cloudfunctions", "version": "0.3.0", "description": "Module for failure injection into Google Cloud Functions", "main": "./lib/failure.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/gunnargrosch/failure-cloudfunctions.git" }, "keywords": [ "gcp", "cloudfunctions", "failure", "injection", "chaos", "chaosengineering" ], "author": "Gunnar Grosch", "license": "MIT", "bugs": { "url": "https://github.com/gunnargrosch/failure-cloudfunctions/issues" }, "homepage": "https://github.com/gunnargrosch/failure-cloudfunctions#readme", "devDependencies": { "eslint": "^7.7.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1" }, "dependencies": { "@google-cloud/secret-manager": "^3.1.0", "mitm": "^1.7.1" } }