{ "name": "@directus/drive-azure", "version": "9.14.5", "description": "Azure Blob driver for @directus/drive", "license": "MIT", "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "types": "dist/index.d.ts", "keywords": [ "storage", "filesystem", "file", "azure", "azure-blob", "promise", "async", "spaces", "drive", "directus" ], "scripts": { "build": "tsc --project ./tsconfig.json", "cleanup": "run-p cleanup:*", "cleanup:dist": "rimraf ./dist", "cleanup:coverage": "rimraf ./coverage", "test:watch": "jest --coverage --watchAll", "test": "jest --coverage", "dev": "pnpm build -w --preserveWatchOutput --incremental" }, "author": "Robin GrundvÄg ", "contributors": [ "Rijk van Zanten " ], "files": [ "dist" ], "dependencies": { "@azure/storage-blob": "^12.6.0", "@directus/drive": "workspace:*", "normalize-path": "^3.0.0" }, "devDependencies": { "@types/fs-extra": "9.0.13", "@types/jest": "27.0.3", "@types/node": "16.11.9", "@types/normalize-path": "3.0.0", "dotenv": "10.0.0", "fs-extra": "10.0.0", "jest": "27.3.1", "npm-run-all": "4.1.5", "ts-jest": "27.0.7", "typescript": "4.5.2" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/directus/directus.git" }, "bugs": { "url": "https://github.com/directus/directus/issues" }, "gitHead": "24621f3934dc77eb23441331040ed13c676ceffd" }