Files
nest/packages/platform-fastify/package.json
2019-09-16 13:16:01 +02:00

25 lines
572 B
JSON

{
"name": "@nestjs/platform-fastify",
"version": "6.7.1",
"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.8.0",
"fastify-cors": "2.1.3",
"fastify-formbody": "3.1.0",
"path-to-regexp": "3.1.0"
},
"peerDependencies": {
"@nestjs/common": "^6.0.0",
"@nestjs/core": "^6.0.0"
}
}