{
  "name": "fastify-mtls",
  "version": "1.0.1",
  "description": "Enables mTLS on a Fastify server",
  "main": "index.js",
  "scripts": {
    "test": "standard | snazzy && node --test test/*.js"
  },
  "keywords": [],
  "author": "Leonardo Rossi <leonardo.rossi@gmail.com>",
  "license": "Apache 2.0",
  "devDependencies": {
    "fastify": "^4.17.0",
    "node-forge": "^1.3.1",
    "snazzy": "^9.0.0",
    "standard": "^17.0.0",
    "undici": "^5.22.0",
    "undici-tls-dispatcher": "^0.1.0"
  },
  "dependencies": {
    "fastify-plugin": "^4.5.0",
    "vault-pki-fetcher": "^0.2.0"
  }
}
