mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@nestjs/platform-fastify",
|
|
"version": "10.4.22",
|
|
"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.git",
|
|
"directory": "packages/platform-fastify"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "9.0.1",
|
|
"@fastify/formbody": "7.4.0",
|
|
"@fastify/middie": "8.3.3",
|
|
"fastify": "4.28.1",
|
|
"light-my-request": "6.3.0",
|
|
"path-to-regexp": "3.3.0",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@fastify/static": "^6.0.0 || ^7.0.0",
|
|
"@fastify/view": "^7.0.0 || ^8.0.0",
|
|
"@nestjs/common": "^10.0.0",
|
|
"@nestjs/core": "^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@fastify/static": {
|
|
"optional": true
|
|
},
|
|
"@fastify/view": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"gitHead": "a2d4a7586573f5965935525be5ce757fc502b154"
|
|
}
|