-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@nestjs/platform-fastify",
"version": "11.0.12",
"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": "11.0.1",
"@fastify/formbody": "8.0.2",
"@fastify/middie": "9.0.3",
"fast-querystring": "1.1.2",
"fastify": "5.2.1",
"light-my-request": "6.6.0",
"path-to-regexp": "8.2.0",
"tslib": "2.8.1"
},
"peerDependencies": {
"@fastify/static": "^8.0.0",
"@fastify/view": "^10.0.0 || ^11.0.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0"
},
"peerDependenciesMeta": {
"@fastify/static": {
"optional": true
},
"@fastify/view": {
"optional": true
}
}
}