chaos-injector
Version:
Chaos engineering middleware for testing API resilience
23 lines (22 loc) • 549 B
JSON
{
"name": "chaos-injector",
"version": "1.0.0",
"description": "Chaos engineering middleware for testing API resilience",
"main": "index.js",
"author": "Vallu Sai Gopal",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chaos",
"chaos engineering",
"middleware",
"resilience",
"API testing",
"fault injection"
],
"dependencies": {
"chaos-injector": "file:"
}
}