{
  "name": "koa-onerror",
  "version": "4.2.0",
  "description": "koa error handler, hack ctx.onerror",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=development egg-bin test",
    "test-cov": "NODE_ENV=development egg-bin cov",
    "ci": "npm run lint && npm run test-cov",
    "lint": "eslint test *.js --fix"
  },
  "files": [
    "index.js",
    "templates"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/koajs/onerror.git"
  },
  "keywords": [
    "koa",
    "middleware",
    "error"
  ],
  "author": "dead_horse <dead_horse@qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/koajs/onerror/issues"
  },
  "homepage": "https://github.com/koajs/onerror",
  "devDependencies": {
    "autod": "*",
    "co-busboy": "^1.4.0",
    "egg-bin": "^4.3.5",
    "egg-ci": "1",
    "eslint": "4",
    "eslint-config-egg": "5",
    "formstream": "^1.1.0",
    "koa": "2",
    "mz-modules": "^2.1.0",
    "pedding": "1",
    "supertest": "3",
    "urllib": "^2.29.1"
  },
  "engines": {
    "node": ">= 8.0.0"
  },
  "ci": {
    "version": "8, 10"
  },
  "dependencies": {
    "escape-html": "^1.0.3",
    "stream-wormhole": "^1.1.0"
  }
}
