{
  "name": "@malijs/onerror",
  "version": "0.3.1",
  "description": "On error middleware for Mali",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malijs/onerror.git"
  },
  "author": {
    "name": "Bojan D.",
    "email": "dbojan@gmail.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/malijs/onerror/issues"
  },
  "homepage": "https://github.com/malijs/onerror",
  "keywords": [
    "mali",
    "grpc",
    "service",
    "server",
    "microservice"
  ],
  "scripts": {
    "test": "ava -v",
    "docs": "jsdoc2md index.js --heading-depth 3 --template readme.hbs > README.md"
  },
  "types": "index.d.ts",
  "dependencies": {
    "@malijs/call-types": "^0.3.0",
    "error-inject": "^1.0.0"
  },
  "devDependencies": {
    "@grpc/proto-loader": "^0.4.0",
    "async": "^2.6.2",
    "ava": "^1.3.1",
    "greenkeeper-lockfile": "^1.15.1",
    "grpc": "^1.19.0",
    "highland": "3.0.0-beta.7",
    "jsdoc-to-markdown": "^4.0.1",
    "lodash": "^4.17.11",
    "mali": "^0.13.0",
    "standard": "^12.0.0"
  },
  "directories": {
    "test": "test"
  },
  "ava": {
    "files": [
      "test/*.test.js"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
