lambda-images-resizer
Version:
Lambda images resizing handler
31 lines (30 loc) • 719 B
JSON
{
"name": "lambda-images-resizer",
"version": "0.4.2",
"description": "Lambda images resizing handler",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rentberry/lambda-images-resizer.git"
},
"keywords": [
"lambda",
"imgages",
"processing",
"aws"
],
"author": "support@rentberry.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/rentberry/lambda-images-resizer/issues"
},
"homepage": "https://github.com/rentberry/lambda-images-resizer#readme",
"dependencies": {
"aws-sdk": "^2.451",
"mime": "^2.4",
"sharp": "0.22.1"
}
}