{
  "name": "aws-s3-js",
  "version": "1.4.0",
  "description": "upload/delete files from an Amazon S3 bucket",
  "main": "src/index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mmartinezluis/aws-s3-js.git"
  },
  "keywords": [
    "AWS",
    "S3",
    "XMLHttpRequest",
    "React",
    "JavaScript"
  ],
  "author": "Luis Martinez",
  "types": "src/index.d.ts",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mmartinezluis/aws-s3-js/issues"
  },
  "homepage": "https://github.com/mmartinezluis/aws-s3-js",
  "dependencies": {
    "crypto-es": "2.1.0",
    "nanoid": "3.3.4",
    "buffer": "6.0.3"
  },
  "devDependencies": {
    "typescript": "^3.2.4"
  }
}
