UNPKG

799 BJSONView Raw
1{
2 "name": "@nestjs/platform-express",
3 "version": "9.0.8",
4 "description": "Nest - modern, fast, powerful node.js web framework (@platform-express)",
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 "body-parser": "1.20.0",
21 "cors": "2.8.5",
22 "express": "4.18.1",
23 "multer": "1.4.4-lts.1",
24 "tslib": "2.4.0"
25 },
26 "devDependencies": {
27 "@nestjs/common": "9.0.8",
28 "@nestjs/core": "9.0.8"
29 },
30 "peerDependencies": {
31 "@nestjs/common": "^9.0.0",
32 "@nestjs/core": "^9.0.0"
33 }
34}