UNPKG

@nestjs/platform-fastify

Version:

Nest - modern, fast, powerful node.js web framework (@platform-fastify)

54 lines (53 loc) 1.32 kB
{ "name": "@nestjs/platform-fastify", "version": "12.0.3", "description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)", "author": "Kamil Mysliwiec", "license": "MIT", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./*.js": "./*.js", "./*": "./*.js" }, "homepage": "https://nestjs.com", "funding": { "type": "opencollective", "url": "https://opencollective.com/nest" }, "repository": { "type": "git", "url": "https://github.com/nestjs/nest.git", "directory": "packages/platform-fastify" }, "publishConfig": { "access": "public" }, "dependencies": { "@fastify/cors": "11.3.0", "@fastify/formbody": "9.0.0", "@fastify/middie": "9.3.4", "fast-querystring": "1.1.2", "fastify": "5.12.4", "find-my-way": "9.9.0", "light-my-request": "6.6.0", "path-to-regexp": "8.4.2", "tslib": "2.8.1" }, "peerDependencies": { "@fastify/static": "^10.1.2", "@fastify/view": "^10.0.0 || ^11.0.0 || ^12.0.0", "@nestjs/common": "^12.0.0", "@nestjs/core": "^12.0.0" }, "peerDependenciesMeta": { "@fastify/static": { "optional": true }, "@fastify/view": { "optional": true } }, "gitHead": "14151790e1abe870abc3bbf00f88786fc3ebe509" }