@tsed/platform-aws
Version:
Module to support AWS function with Ts.ED
72 lines • 1.74 kB
JSON
{
"name": "@tsed/platform-aws",
"version": "6.102.8-rc.1",
"description": "Module to support AWS function with Ts.ED",
"source": "./src/index.ts",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"typings": "./lib/types/index.d.ts",
"exports": {
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
},
"scripts": {
"build": "yarn run build:esm && yarn run build:cjs",
"build:cjs": "tsc --build tsconfig.compile.json",
"build:esm": "tsc --build tsconfig.compile.esm.json"
},
"private": false,
"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/rc/packages/platform/platform-aws",
"repository": "https://github.com/tsedio/tsed",
"devDependencies": {
"@tsed/common": "6.102.8-rc.1",
"@tsed/core": "6.102.8-rc.1",
"@tsed/di": "6.102.8-rc.1"
},
"dependencies": {
"@types/aws-serverless-express": "^3.3.3",
"aws-serverless-express": "^3.4.0",
"tslib": "2.2.0"
},
"peerDependencies": {
"@tsed/common": "^6.102.8-rc.1",
"@tsed/core": "^6.102.8-rc.1",
"@tsed/schema": "^6.102.8-rc.1",
"aws-serverless-express": "^3.4.0"
},
"publishConfig": {
"dist-tag": "deprecated"
}
}