@nestjs/platform-fastify
Version:
Nest - modern, fast, powerful node.js web framework (@platform-fastify)
33 lines (32 loc) • 783 B
JSON
{
"name": "@nestjs/platform-fastify",
"version": "7.6.15",
"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.14.0",
"fastify-cors": "5.2.0",
"fastify-formbody": "5.0.0",
"light-my-request": "4.4.1",
"middie": "5.2.0",
"path-to-regexp": "3.2.0",
"tslib": "2.1.0"
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0"
}
}