{
  "name": "many-cloud",
  "version": "1.7.0",
  "description": "A Node module for abstracting file management and interfacing with a variety of cloud storages.",
  "main": "index.js",
  "scripts": {
    "test": "cross-env SAVE_ALL_CREDENTIALS_TO_FILE=true jest -o --watch",
    "test:nowatch": "cross-env SAVE_ALL_CREDENTIALS_TO_FILE=true jest -o",
    "test:coverage": "cross-env SAVE_ALL_CREDENTIALS_TO_FILE=true jest --coverage",
    "test:ci": "cross-env SAVE_ALL_CREDENTIALS_TO_FILE=true jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "auth_gdrive": "cross-env SAVE_ALL_CREDENTIALS_TO_FILE=true node scripts/auth_gdrive",
    "auth_box": "cross-env SAVE_ALL_CREDENTIALS_TO_FILE=true node scripts/auth_box",
    "cukes": "cross-env SAVE_ALL_CREDENTIALS_TO_FILE=true ./node_modules/.bin/cucumber-js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcdubs/many-cloud.git"
  },
  "keywords": [
    "Abstract",
    "cloud",
    "storage",
    "interface",
    "management"
  ],
  "author": "Marcus Dubreuil",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/marcdubs/many-cloud/issues"
  },
  "homepage": "https://github.com/marcdubs/many-cloud#readme",
  "devDependencies": {
    "@types/jest": "^27.0.3",
    "bluebird": "^3.7.2",
    "coveralls": "^3.0.2",
    "cross-env": "^5.2.0",
    "cucumber": "^5.1.0",
    "deep-equal": "^1.0.1",
    "express": "^4.16.3",
    "get-port": "^3.2.0",
    "jest": "^24.1.0",
    "mongoose": "^5.11.15",
    "opn": "^5.3.0",
    "prettier": "1.13.5",
    "tmp": "^0.2.1"
  },
  "dependencies": {
    "@azure/storage-blob": "^12.12.0",
    "@azure/storage-file-share": "^12.8.0",
    "aws-sdk": "^2.356.0",
    "box-node-sdk": "^2.0.0",
    "googleapis": "51.0.0",
    "md5-file": "^5.0.0",
    "mime": "^2.3.1",
    "node-fetch": "^2.6.1"
  }
}
