@tsed/platform-serverless-http
Version:
Module to support Serverless HTTP function with Ts.ED
106 lines • 2.48 kB
JSON
{
"name": "@tsed/platform-serverless-http",
"description": "Module to support Serverless HTTP function with Ts.ED",
"type": "module",
"version": "8.21.0",
"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"
}
},
"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": [
"aws",
"lambda",
"functions",
"TypeScript",
"typescript",
"Decorator",
"decorators",
"decorator",
"express",
"koa",
"Controller",
"Inject",
"ioc",
"di",
"mvc",
"swagger",
"swagger ui",
"ES2015",
"ES6",
"server",
"rest",
"api",
"validation"
],
"author": "Romain Lenzotti",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsedio/tsed/issues"
},
"homepage": "https://github.com/tsedio/tsed/tree/production/packages/platform/platform-serverless-http",
"repository": "https://github.com/tsedio/tsed",
"dependencies": {
"tslib": "2.7.0"
},
"devDependencies": {
"@tsed/barrels": "8.21.0",
"@tsed/di": "8.21.0",
"@tsed/hooks": "8.21.0",
"@tsed/platform-http": "8.21.0",
"@tsed/platform-serverless-testing": "8.21.0",
"@tsed/typescript": "8.21.0",
"@types/aws-lambda": "^8.10.145",
"eslint": "9.12.0",
"serverless-http": "4.0.0",
"typescript": "5.9.3",
"vitest": "3.2.4"
},
"peerDependencies": {
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/logger": ">=8.0.0",
"@tsed/openspec": ">=8.0.0",
"@tsed/platform-http": ">=8.0.0",
"@tsed/schema": ">=8.0.0",
"serverless-http": ">=2.0.0"
},
"peerDependenciesMeta": {
"@tsed/core": {
"optional": false
},
"@tsed/di": {
"optional": false
},
"@tsed/json-mapper": {
"optional": false
},
"@tsed/logger": {
"optional": false
},
"@tsed/openspec": {
"optional": false
},
"@tsed/platform-http": {
"optional": false
},
"@tsed/schema": {
"optional": false
}
}
}