UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@nestjs/platform-fastify",
3 "version": "10.3.3",
4 "description": "Nest - modern, fast, powerful node.js web framework (@platform-fastify)",
5 "author": "Kamil Mysliwiec",
6 "license": "MIT",
7 "homepage": "https://nestjs.com",
8 "funding": {
9 "type": "opencollective",
10 "url": "https://opencollective.com/nest"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/nestjs/nest.git",
15 "directory": "packages/platform-fastify"
16 },
17 "publishConfig": {
18 "access": "public"
19 },
20 "dependencies": {
21 "@fastify/cors": "9.0.1",
22 "@fastify/formbody": "7.4.0",
23 "@fastify/middie": "8.3.0",
24 "fastify": "4.26.0",
25 "light-my-request": "5.11.0",
26 "path-to-regexp": "3.2.0",
27 "tslib": "2.6.2"
28 },
29 "peerDependencies": {
30 "@fastify/static": "^6.0.0 || ^7.0.0",
31 "@fastify/view": "^7.0.0 || ^8.0.0",
32 "@nestjs/common": "^10.0.0",
33 "@nestjs/core": "^10.0.0"
34 },
35 "peerDependenciesMeta": {
36 "@fastify/static": {
37 "optional": true
38 },
39 "@fastify/view": {
40 "optional": true
41 }
42 }
43}