lambda-middlewares
Version:
Middlewares framework for AWS Lambda.
25 lines (24 loc) • 579 B
JSON
{
"name": "lambda-middlewares",
"version": "0.0.1",
"description": "Middlewares framework for AWS Lambda.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/yihangho/lambda_middlewares",
"author": "Yihang Ho <hoyihang5@gmail.com>",
"license": "MIT",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"test": "ts-mocha test/**/*.ts"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.2",
"mocha": "^6.1.4",
"ts-mocha": "^6.0.0",
"typescript": "^3.4.5"
}
}