failure-azurefunctions
Version:
Module for failure injection into Azure Functions
43 lines (42 loc) • 1.13 kB
JSON
{
"name": "failure-azurefunctions",
"version": "0.3.1",
"description": "Module for failure injection into Azure Functions",
"main": "./lib/failure.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gunnargrosch/failure-azurefunctions.git"
},
"keywords": [
"azure",
"functions",
"failure",
"injection",
"chaos",
"chaosengineering"
],
"author": "Gunnar Grosch",
"license": "MIT",
"bugs": {
"url": "https://github.com/gunnargrosch/failure-azurefunctions/issues"
},
"homepage": "https://github.com/gunnargrosch/failure-azurefunctions#readme",
"devDependencies": {
"azure-keyvault": "^3.0.5",
"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",
"ms-rest-azure": "^3.0.0"
},
"dependencies": {
"@azure/identity": "^1.1.0",
"@azure/keyvault-secrets": "^4.1.0",
"mitm": "^1.7.1"
}
}