{
  "name": "middie",
  "version": "5.1.0",
  "description": "Middleware engine for Fastify",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "standard && tap --no-coverage test/*.test.js && tsd",
    "coverage": "tap --cov --coverage-report=html test.js"
  },
  "keywords": [
    "fastify",
    "middleware",
    "webframework",
    "performances"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "contributors": [
    {
      "name": "Tomas Della Vedova",
      "url": "http://delved.org"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/middleman.git"
  },
  "bugs": {
    "url": "https://github.com/fastify/middleman/issues"
  },
  "homepage": "https://github.com/fastify/middleman#readme",
  "devDependencies": {
    "cors": "^2.8.5",
    "fastify": "^3.0.0-rc.3",
    "helmet": "^3.21.2",
    "pre-commit": "^1.2.2",
    "serve-static": "^1.14.1",
    "simple-get": "^4.0.0",
    "standard": "^14.3.1",
    "tap": "^14.10.5",
    "tsd": "^0.11.0",
    "typescript": "3.9.3"
  },
  "dependencies": {
    "fastify-plugin": "^2.0.0",
    "path-to-regexp": "^6.1.0",
    "reusify": "^1.0.4"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "tsd": {
    "directory": "test"
  }
}
