package.json 405 B

123456789101112131415161718
  1. {
  2. "name": "@uppy-example/aws-nodejs",
  3. "version": "1.0.0",
  4. "description": "Uppy for AWS S3 with a custom Node.js backend for signing URLs",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node index.js"
  8. },
  9. "private": true,
  10. "author": "",
  11. "license": "MIT",
  12. "dependencies": {
  13. "aws-sdk": "^2.1038.0",
  14. "body-parser": "^1.20.0",
  15. "dotenv": "^16.0.0",
  16. "express": "^4.18.1"
  17. }
  18. }