{
  "name": "fastify-esso",
  "version": "1.3.5",
  "description": "Fastify plugin for easy single sign-on",
  "main": "lib/index.js",
  "scripts": {
    "test": "tap lib/*.test.js --coverage-report=lcov --no-browser --show-full-coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patrickpissurno/fastify-esso.git"
  },
  "keywords": [
    "fastify",
    "easy",
    "single",
    "sign",
    "on",
    "auth",
    "login",
    "authentication",
    "fast",
    "jwt"
  ],
  "author": "Patrick Pissurno",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/patrickpissurno/fastify-esso/issues"
  },
  "homepage": "https://github.com/patrickpissurno/fastify-esso#readme",
  "dependencies": {
    "fastify": "^3.29.5",
    "fastify-plugin": "^3.0.1",
    "http-errors": "^2.0.0"
  },
  "devDependencies": {
    "fastify-cookie": "^5.7.0",
    "tap": "^21.0.1"
  },
  "overrides": {
    "cookie@^0.5.0": "0.7.2"
  }
}
