{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "fastify-user",
  "version": "1.4.0",
  "description": "Fastify plugin to extract user",
  "main": "index.js",
  "scripts": {
    "test": "standard | snazzy && c8 --100 tap --no-coverage  test/*test.js && tsd",
    "lint": "standard"
  },
  "types": "index.d.ts",
  "keywords": [
    "fastify",
    "user",
    "plugin",
    "jwt",
    "webhook"
  ],
  "author": "Marco Piraccini <marco.piraccini@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@fastify/error": "^4.0.0",
    "@fastify/jwt": "^9.0.0",
    "fastify": "^5.0.0",
    "fastify-plugin": "^5.0.0",
    "get-jwks": "^11.0.0"
  },
  "devDependencies": {
    "@fastify/cookie": "^11.0.0",
    "@fastify/session": "^11.0.0",
    "@types/node": "^22.0.0",
    "c8": "^10.0.0",
    "fast-jwt": "^5.0.0",
    "snazzy": "^9.0.0",
    "standard": "^17.0.0",
    "tap": "^16.3.3",
    "tsd": "^0.31.0",
    "undici": "^7.0.0"
  },
  "tsd": {
    "directory": "test/types"
  }
}
