UNPKG

@tsed/platform-serverless-testing

Version:
77 lines 1.82 kB
{ "name": "@tsed/platform-serverless-testing", "description": "Module to test Serverless function with Ts.ED", "type": "module", "version": "8.15.3", "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 build:ts", "build:ts": "tsc --build tsconfig.esm.json" }, "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-testing", "repository": "https://github.com/tsedio/tsed", "devDependencies": { "@tsed/barrels": "8.15.3", "@tsed/core": "8.15.3", "@tsed/di": "8.15.3", "@tsed/platform-http": "8.15.3", "@tsed/schema": "8.15.3", "@tsed/typescript": "8.15.3", "@types/aws-lambda": "^8.10.145", "eslint": "9.12.0", "typescript": "5.4.5" }, "dependencies": { "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-http": ">=8.0.0", "@tsed/schema": ">=8.0.0" } }