package.json 386 B

1234567891011121314151617
  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. "author": "",
  10. "license": "MIT",
  11. "dependencies": {
  12. "aws-sdk": "^2.1038.0",
  13. "body-parser": "^1.20.0",
  14. "dotenv": "^16.0.0",
  15. "express": "^4.18.1"
  16. }
  17. }