{ "name": "@directus/storage-driver-azure", "version": "9.24.0", "type": "module", "scripts": { "build": "tsc --build", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage" }, "description": "Azure file storage abstraction for `@directus/storage`", "repository": { "type": "git", "url": "https://github.com/directus/directus.git", "directory": "packages/storage-driver-azure" }, "funding": "https://github.com/directus/directus?sponsor=1", "license": "GPL-3.0", "author": "Rijk van Zanten ", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "main": "dist/index.js", "files": [ "dist", "!**/*.d.ts?(.map)" ], "publishConfig": { "access": "public" }, "dependencies": { "@azure/storage-blob": "12.13.0", "@directus/storage": "workspace:*", "@directus/utils": "workspace:*" }, "devDependencies": { "@directus/tsconfig": "0.0.6", "@ngneat/falso": "6.4.0", "@vitest/coverage-c8": "0.29.3", "typescript": "4.9.5", "vitest": "0.29.3" } }