mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
31 lines
728 B
JSON
31 lines
728 B
JSON
{
|
|
"name": "@nestjs/platform-fastify",
|
|
"version": "6.11.7",
|
|
"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": "2.11.0",
|
|
"fastify-cors": "3.0.2",
|
|
"fastify-formbody": "3.1.0",
|
|
"path-to-regexp": "3.2.0",
|
|
"tslib": "1.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^6.0.0",
|
|
"@nestjs/core": "^6.0.0"
|
|
}
|
|
}
|