@gremlin/failure-flags
Version:
Failure Flags is a node SDK for working with the Gremlin fault injection platform to build application-level chaos experiments and reliability tests. This library works in concert with Gremlin-Lambda, a Lambda extension, or Gremlin-Container a container s
31 lines (30 loc) • 1.05 kB
JSON
{
"name": "@gremlin/failure-flags",
"version": "1.0.2",
"description": "Failure Flags is a node SDK for working with the Gremlin fault injection platform to build application-level chaos experiments and reliability tests. This library works in concert with Gremlin-Lambda, a Lambda extension, or Gremlin-Container a container sidecar agent. This architecture minimizes the impact to your application code, simplifies configuration, and makes adoption painless.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gremlin/failure-flags-node.git"
},
"keywords": [
"testing",
"reliability",
"chaos",
"lambda",
"serverless"
],
"author": "Jeff Nickoloff <jeff.nickoloff@gremlin.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gremlin/failure-flags-node/issues"
},
"homepage": "https://github.com/gremlin/failure-flags-node#readme",
"devDependencies": {
"express": "^4.18.2",
"jest": "^29.5.0"
}
}