uppy/examples/aws-nodejs/package.json
Raúl Ibáñez 3f07d79de6
Add example for Uppy with S3 and a Node.js server (#4129)
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-10-17 16:43:00 -03:00

17 lines
386 B
JSON

{
"name": "@uppy-example/aws-nodejs",
"version": "1.0.0",
"description": "Uppy for AWS S3 with a custom Node.js backend for signing URLs",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1038.0",
"body-parser": "^1.20.0",
"dotenv": "^16.0.0",
"express": "^4.18.1"
}
}