{ "name": "@nestjs/platform-fastify", "version": "9.1.1", "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/cors": "8.1.0", "@fastify/formbody": "7.2.0", "@fastify/middie": "8.0.0", "fastify": "4.6.0", "light-my-request": "5.6.1", "path-to-regexp": "3.2.0", "tslib": "2.4.0" }, "peerDependencies": { "@fastify/static": "^6.0.0", "@fastify/view": "^7.0.0", "@nestjs/common": "^9.0.0", "@nestjs/core": "^9.0.0" }, "peerDependenciesMeta": { "@fastify/static": { "optional": true }, "@fastify/view": { "optional": true } } }