aws-multipart-parser
Version:
Parser of multipart/form-data requests for AWS Lambda with typed output, based on the recently inactive myshenin/aws-lambda-multipart-parser
35 lines (34 loc) • 931 B
JSON
{
"name": "aws-multipart-parser",
"version": "0.2.1",
"description": "Parser of multipart/form-data requests for AWS Lambda with typed output, based on the recently inactive myshenin/aws-lambda-multipart-parser",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vivasvan/aws-multipart-parser.git"
},
"author": "Viv Paranjape",
"license": "MIT",
"bugs": {
"url": "https://github.com/vivasvan/aws-multipart-parser.git/issues"
},
"homepage": "https://github.com/vivasvan/aws-multipart-parser.git#readme",
"keywords": [
"aws",
"lambda",
"multipart",
"multipart/form-data",
"multipart/formdata",
"form-data",
"formdata",
"parser"
],
"devDependencies": {},
"dependencies": {
"@types/aws-lambda": "^8.10.19"
}
}