{
  "name": "@malijs/compose",
  "version": "1.3.2",
  "description": "Middleware composition utility",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malijs/mali-compose.git"
  },
  "author": {
    "name": "Bojan D.",
    "email": "dbojan@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/malijs/mali-compose/issues"
  },
  "homepage": "https://github.com/malijs/mali-compose",
  "keywords": [
    "mali",
    "grpc",
    "service",
    "server",
    "microservice"
  ],
  "types": "index.d.ts",
  "dependencies": {},
  "devDependencies": {
    "jest": "^23.6.0",
    "standard": "^12.0.0"
  },
  "scripts": {
    "lint": "standard --fix .",
    "test": "jest --coverage"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
