UNPKG

997 BJSONView Raw
1{
2 "name": "@nestjs/platform-fastify",
3 "version": "9.0.11",
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"
15 },
16 "publishConfig": {
17 "access": "public"
18 },
19 "dependencies": {
20 "@fastify/cors": "8.1.0",
21 "@fastify/formbody": "7.0.1",
22 "@fastify/middie": "8.0.0",
23 "fastify": "4.4.0",
24 "light-my-request": "5.4.0",
25 "path-to-regexp": "3.2.0",
26 "tslib": "2.4.0"
27 },
28 "peerDependencies": {
29 "@fastify/static": "^6.0.0",
30 "@fastify/view": "^7.0.0",
31 "@nestjs/common": "^9.0.0",
32 "@nestjs/core": "^9.0.0"
33 },
34 "peerDependenciesMeta": {
35 "@fastify/static": {
36 "optional": true
37 },
38 "@fastify/view": {
39 "optional": true
40 }
41 }
42}