{
  "name": "@intothesource/media-service-storage-driver-azure",
  "version": "2.0.0-alpha.0",
  "description": "Azure Storage driver for media service.",
  "keywords": [],
  "author": "Felix Dulfer <felix@dulfer.me>",
  "license": "ISC",
  "main": "dist/storage-driver-azure.js",
  "directories": {
    "dist": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.com:intothesource/uber-cms/media-service.git"
  },
  "bugs": {
    "url": "https://gitlab.com/intothesource/media-service/issues"
  },
  "homepage": "https://gitlab.com/intothesource/media-service#readme",
  "scripts": {
    "build": "npm run clean && npm run compile",
    "test": "jest",
    "test:watch": "jest --watchAll",
    "clean": "rimraf -rf ./dist",
    "compile": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@intothesource/media-service-common": "^2.0.0-alpha.0",
    "@intothesource/media-service-utils": "^0.6.0",
    "azure-storage": "^2.10.3"
  },
  "devDependencies": {
    "@types/node": "^14.0.14",
    "@types/stream-to-promise": "^2.2.1",
    "get-stream": "^5.1.0",
    "jest": "^26.1.0",
    "rimraf": "^3.0.2",
    "stream-to-promise": "^3.0.0",
    "string-to-stream": "^3.0.1",
    "typescript": "^3.9.5"
  },
  "gitHead": "b8a6a4235e67376b8060109e544d1d95db626b24"
}
