mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
37 lines
909 B
JSON
37 lines
909 B
JSON
{
|
|
"name": "@nestjs/platform-express",
|
|
"version": "11.1.14",
|
|
"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.git",
|
|
"directory": "packages/platform-express"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"cors": "2.8.6",
|
|
"express": "5.2.1",
|
|
"multer": "2.0.2",
|
|
"path-to-regexp": "8.3.0",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/common": "11.1.14",
|
|
"@nestjs/core": "11.1.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@nestjs/common": "^11.0.0",
|
|
"@nestjs/core": "^11.0.0"
|
|
},
|
|
"gitHead": "bcb4747f7598a9d2655c8184a6d729ebefa07fbd"
|
|
}
|