@tsed/platform-multer
Version:
Multer adapter package for Ts.ED framework
109 lines • 3.03 kB
JSON
{
"name": "@tsed/platform-multer",
"description": "Multer adapter package for Ts.ED framework",
"type": "module",
"version": "8.12.4",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
},
"./express": {
"tsed-source": "./src/adapters/express/MulterModule.ts",
"types": "./lib/types/adapters/express/MulterModule.d.ts",
"import": "./lib/esm/adapters/express/MulterModule.js",
"default": "./lib/esm/adapters/express/MulterModule.js"
},
"./koa": {
"tsed-source": "./src/adapters/koa/MulterModule.ts",
"types": "./lib/types/adapters/koa/MulterModule.d.ts",
"import": "./lib/esm/adapters/koa/MulterModule.js",
"default": "./lib/esm/adapters/koa/MulterModule.js"
},
"./fastify": {
"tsed-source": "./src/adapters/fastify/MulterModule.ts",
"types": "./lib/types/adapters/fastify/MulterModule.d.ts",
"import": "./lib/esm/adapters/fastify/MulterModule.js",
"default": "./lib/esm/adapters/fastify/MulterModule.js"
}
},
"scripts": {
"build": "yarn barrels && yarn build:ts",
"barrels": "barrels",
"test": "vitest run",
"build:ts": "tsc --build tsconfig.esm.json",
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"keywords": [
"Multer",
"TypeScript",
"typescript",
"Decorator",
"decorators",
"decorator",
"ESM",
"multipartfile",
"Ts.ED"
],
"author": "Romain Lenzotti",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsedio/tsed/issues"
},
"homepage": "https://github.com/tsedio/tsed/tree/production/packages/platform/platform-multer",
"repository": "https://github.com/tsedio/tsed",
"devDependencies": {
"@tsed/barrels": "8.12.4",
"@tsed/core": "8.12.4",
"@tsed/di": "8.12.4",
"@tsed/platform-middlewares": "8.12.4",
"@tsed/platform-params": "8.12.4",
"@tsed/typescript": "8.12.4",
"eslint": "9.12.0",
"typescript": "5.4.5",
"vitest": "3.1.4"
},
"dependencies": {
"multer": "^2.0.0",
"tslib": "2.7.0"
},
"peerDependencies": {
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/logger": ">=7.0.1",
"@tsed/openspec": ">=8.0.0",
"@tsed/platform-middlewares": ">=8.0.0",
"@tsed/schema": ">=8.0.0",
"cross-env": "7.0.3"
},
"peerDependenciesMeta": {
"@tsed/core": {
"optional": false
},
"@tsed/di": {
"optional": false
},
"@tsed/json-mapper": {
"optional": false
},
"@tsed/logger": {
"optional": false
},
"@tsed/openspec": {
"optional": false
},
"@tsed/platform-middlewares": {
"optional": false
},
"@tsed/schema": {
"optional": false
}
}
}