Files
nest/packages/platform-fastify/package.json
Kamil Mysliwiec af9662891d Merge pull request #3374 from nestjs/renovate/fastify-cors-2.x
fix(deps): update dependency fastify-cors to v2.2.0
2019-11-12 09:52:56 +01:00

25 lines
573 B
JSON

{
"name": "@nestjs/platform-fastify",
"version": "6.9.0",
"description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
"author": "Kamil Mysliwiec",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nestjs/nest"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"fastify": "2.10.0",
"fastify-cors": "2.2.0",
"fastify-formbody": "3.1.0",
"path-to-regexp": "3.2.0"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0",
"@nestjs/core": "^6.0.0"
}
}