{
  "name": "middie",
  "version": "5.3.0",
  "description": "Middleware engine for Fastify",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "coverage": "tap --cov --coverage-report=html test.js",
    "test": "standard && tap --no-coverage test/*.test.js && tsd"
  },
  "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": {
    "@types/connect": "^3.4.33",
    "@types/node": "^15.0.0",
    "cors": "^2.8.5",
    "fastify": "^3.0.0",
    "helmet": "^4.0.0",
    "pre-commit": "^1.2.2",
    "serve-static": "^1.14.1",
    "simple-get": "^4.0.0",
    "standard": "^16.0.1",
    "tap": "^15.0.1",
    "tsd": "^0.17.0",
    "typescript": "4.3.4"
  },
  "dependencies": {
    "fastify-plugin": "^3.0.0",
    "path-to-regexp": "^6.1.0",
    "reusify": "^1.0.4"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "tsd": {
    "directory": "test"
  }
}
