@nestjs/platform-fastify
Version:
Nest - modern, fast, powerful node.js web framework (@platform-fastify)
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "@nestjs/platform-fastify",
"version": "11.1.11",
"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.git",
"directory": "packages/platform-fastify"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fastify/cors": "11.2.0",
"@fastify/formbody": "8.0.2",
"fast-querystring": "1.1.2",
"fastify": "5.6.2",
"fastify-plugin": "5.1.0",
"find-my-way": "9.3.0",
"light-my-request": "6.6.0",
"path-to-regexp": "8.3.0",
"reusify": "1.1.0",
"tslib": "2.8.1"
},
"peerDependencies": {
"@fastify/static": "^8.0.0 || ^9.0.0",
"@fastify/view": "^10.0.0 || ^11.0.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0"
},
"peerDependenciesMeta": {
"@fastify/static": {
"optional": true
},
"@fastify/view": {
"optional": true
}
},
"gitHead": "20529c07e3cc6647fa7611ef6eb776ad5507a325"
}