express-faulty
Version:
express-faulty simulates faults in your Express.js web applications
29 lines (28 loc) • 688 B
JSON
{
"name": "express-faulty",
"version": "1.0.0",
"description": "express-faulty simulates faults in your Express.js web applications",
"main": "index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lunae/express-faulty.git"
},
"keywords": [
"express-faulty",
"faulty",
"fault-tolerance"
],
"author": "Manny Luna (https://github.com/lunae)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lunae/express-faulty/issues"
},
"homepage": "https://github.com/lunae/express-faulty#readme",
"devDependencies": {
"jest": "^26.6.3"
}
}