{
  "name": "@memberjunction/storage",
  "type": "module",
  "version": "5.51.1",
  "description": "This library provides a set of objects that handle the interface between the server-side API and various cloud storage providers.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "start": "ts-node-dev src/index.ts",
    "build": "tsc && tsc-alias -f",
    "watch": "tsc -w",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  },
  "author": "MemberJunction.com",
  "license": "ISC",
  "devDependencies": {
    "ts-node-dev": "^2.0.0",
    "vitest": "^3.1.1",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.984.0",
    "@aws-sdk/s3-request-presigner": "^3.984.0",
    "@azure/identity": "^4.13.0",
    "@azure/storage-blob": "^12.30.0",
    "@google-cloud/storage": "^7.19.0",
    "@memberjunction/core": "5.51.1",
    "@memberjunction/core-entities": "5.51.1",
    "@memberjunction/credentials": "5.51.1",
    "@memberjunction/global": "5.51.1",
    "@microsoft/mgt-element": "^4.6.0",
    "@microsoft/mgt-msal2-provider": "^4.6.0",
    "@microsoft/mgt-sharepoint-provider": "^4.6.0",
    "@microsoft/microsoft-graph-client": "^3.0.7",
    "@microsoft/microsoft-graph-types": "^2.43.1",
    "box-node-sdk": "^10.3.0",
    "cosmiconfig": "^9.0.0",
    "dropbox": "^10.34.0",
    "env-var": "^7.4.1",
    "googleapis": "^171.4.0",
    "mime-types": "^3.0.2",
    "zod": "^3.25.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MemberJunction/MJ"
  }
}
