Files
nest/packages/platform-fastify/package.json
2022-05-31 11:47:17 +02:00

43 lines
988 B
JSON

{
"name": "@nestjs/platform-fastify",
"version": "8.4.5",
"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.29.0",
"@fastify/cors": "7.0.0",
"@fastify/formbody": "6.0.0",
"light-my-request": "5.0.0",
"middie": "6.1.0",
"path-to-regexp": "3.2.0",
"tslib": "2.4.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@fastify/static": "^5.0.0",
"point-of-view": "^5.0.0"
},
"peerDependenciesMeta": {
"@fastify/static": {
"optional": true
},
"point-of-view": {
"optional": true
}
}
}