{
  "name": "overload-protection",
  "version": "1.2.3",
  "main": "index.js",
  "scripts": {
    "test": "tap test",
    "lint": "standard",
    "ci": "npm run lint && npm run cov",
    "cov": "tap --cov test",
    "covr": "tap --coverage-report=html test",
    "benchmarks": "ls benchmarks | while read l; do node benchmarks/$l; done"
  },
  "pre-commit": [
    "test",
    "lint"
  ],
  "keywords": [
    "load shedding",
    "overload protection",
    "production monitoring",
    "503",
    "Service Unavailable",
    "Server Unavailable",
    "HTTP 503",
    "heavy load",
    "load",
    "protection",
    "shedding",
    "express",
    "fastify",
    "http",
    "koa",
    "restify"
  ],
  "author": "David Mark Clements <huperekchuno@googlemail.com>",
  "license": "MIT",
  "devDependencies": {
    "autocannon": "^4.4.1",
    "express": "^4.17.1",
    "koa": "^2.11.0",
    "koa-router": "^7.4.0",
    "pre-commit": "^1.2.2",
    "restify": "^8.5.1",
    "standard": "^10.0.3",
    "tap": "^10.7.2"
  },
  "dependencies": {
    "loopbench": "^1.2.0"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidmarkclements/overload-protection.git"
  },
  "bugs": {
    "url": "https://github.com/davidmarkclements/overload-protection/issues"
  },
  "homepage": "https://github.com/davidmarkclements/overload-protection#readme",
  "description": "Load detection and shedding capabilities for http, express, restify and koa"
}
