mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
35 lines
793 B
JSON
35 lines
793 B
JSON
{
|
|
"name": "@nestjs/platform-express",
|
|
"version": "7.6.7",
|
|
"description": "Nest - modern, fast, powerful node.js web framework (@platform-express)",
|
|
"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"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "1.19.0",
|
|
"cors": "2.8.5",
|
|
"express": "4.17.1",
|
|
"multer": "1.4.2",
|
|
"tslib": "2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/common": "7.6.7",
|
|
"@nestjs/core": "7.6.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^7.0.0",
|
|
"@nestjs/core": "^7.0.0"
|
|
}
|
|
}
|