{
  "name": "@mediasuite/cloud-storage",
  "description": "upload and download files from various providers",
  "version": "1.1.0",
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mediasuitenz/cloud-storage.git"
  },
  "bugs": {
    "url": "https://github.com/mediasuitenz/cloud-storage/issues"
  },
  "homepage": "https://github.com/mediasuitenz/cloud-storage",
  "author": {
    "name": "Developers",
    "email": "developers@madecurious.com",
    "url": "https://madecurious.com/"
  },
  "engines": {
    "node": ">=8.11.0"
  },
  "scripts": {
    "lint": "standard --verbose | snazzy",
    "pretest": "npm run lint",
    "test:ci": "mocha -R spec test",
    "test:dev": "testem .",
    "test": "npm run test:ci",
    "prepublish": "npm test && npm prune",
    "preversion:patch": "npm run test",
    "version:patch": "xyz -i patch",
    "preversion:minor": "npm run test",
    "version:minor": "xyz -i minor",
    "preversion:major": "npm run test",
    "version:major": "xyz -i major"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "keywords": [
    "cloud",
    "storage",
    "files",
    "upload",
    "download"
  ],
  "dependencies": {
    "aws-sdk": "^2.450.0",
    "sharp": "^0.30.7"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^6.1.4",
    "rewire": "^2.5.1",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1",
    "testem": "^2.15.1",
    "xyz": "^3.0.0"
  }
}
