{
  "name": "@nestjs/platform-fastify",
  "version": "8.2.0",
  "description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "homepage": "https://nestjs.com",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/nest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nestjs/nest"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "fastify": "3.23.1",
    "fastify-cors": "6.0.2",
    "fastify-formbody": "5.1.0",
    "light-my-request": "4.6.0",
    "middie": "5.3.0",
    "path-to-regexp": "3.2.0",
    "tslib": "2.3.1"
  },
  "peerDependencies": {
    "@nestjs/common": "^8.0.0",
    "@nestjs/core": "^8.0.0"
  }
}
