mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"name": "@nestjs/platform-express",
|
|
"version": "5.4.1",
|
|
"description":
|
|
"Nest - modern, fast, powerful node.js web framework (@platform-express)",
|
|
"author": "Kamil Mysliwiec",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nestjs/nest"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "1.18.3",
|
|
"cors": "2.8.4",
|
|
"express": "4.16.3",
|
|
"multer": "1.3.0"
|
|
},
|
|
"peerDependencies": {}
|
|
}
|