{
  "name": "@travetto/rest-fastify",
  "version": "5.1.0",
  "description": "Fastify provider for the travetto rest module.",
  "keywords": [
    "rest",
    "fastify",
    "travetto",
    "typescript"
  ],
  "homepage": "https://travetto.io",
  "license": "MIT",
  "author": {
    "email": "travetto.framework@gmail.com",
    "name": "Travetto Framework"
  },
  "files": [
    "__index__.ts",
    "src"
  ],
  "main": "__index__.ts",
  "repository": {
    "url": "git+https://github.com/travetto/travetto.git",
    "directory": "module/rest-fastify"
  },
  "dependencies": {
    "@fastify/compress": "^8.0.1",
    "@travetto/rest": "^5.1.0",
    "fastify": "^5.2.1"
  },
  "travetto": {
    "displayName": "Fastify REST Source"
  },
  "publishConfig": {
    "access": "public"
  }
}
