mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
909 B
36 lines
909 B
{
|
|
"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": "5d31df7eb62d89952d827eadc19123fb441f541e"
|
|
}
|
|
|