{
  "name": "fastify-jwt",
  "version": "3.2.1",
  "description": "JWT utils for Fastify",
  "main": "jwt.js",
  "types": "jwt.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "standard && tap --100 test/*.test.js && tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-jwt.git"
  },
  "keywords": [
    "jwt",
    "json",
    "token",
    "jsonwebtoken",
    "fastify"
  ],
  "author": "Tomas Della Vedova - @delvedor (http://delved.org)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-jwt/issues"
  },
  "homepage": "https://github.com/fastify/fastify-jwt#readme",
  "dependencies": {
    "@types/jsonwebtoken": "^8.5.0",
    "fastify-plugin": "^3.0.0",
    "http-errors": "^1.8.0",
    "jsonwebtoken": "^8.5.1",
    "steed": "^1.1.3"
  },
  "devDependencies": {
    "fastify": "^3.2.1",
    "fastify-cookie": "^5.0.0",
    "pre-commit": "^1.2.2",
    "standard": "^16.0.0",
    "tap": "^15.0.0",
    "tsd": "^0.18.0",
    "typescript": "^4.0.2"
  }
}
