{
  "name": "upload-file-spaces",
  "version": "1.0.18",
  "description": "A simple and reusable Node.js library for uploading files to DigitalOcean Spaces. Supports single and multiple file uploads, file type validation, and efficient integration with Express and Multer.",
  "main": "index.js",
  "author": "Abhijit Shinde",
  "license": "MIT",
  "keywords": [
    "file-upload",
    "DigitalOcean-Spaces",
    "Node.js",
    "Multer",
    "Express",
    "library"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/abhijitshinde121/upload-file-spaces.git"
  },
  "bugs": {
    "url": "https://github.com/abhijitshinde121/upload-file-spaces/issues"
  },
  "homepage": "https://github.com/abhijitshinde121/upload-file-spaces#readme",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.0.0"
  }
}
