@b2y/document-module
Version:
A flexible multi-provider storage adapter for file operations across S3, Azure Blob, Google Drive, and local storage
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "@b2y/document-module",
"version": "1.0.4",
"description": "A flexible multi-provider storage adapter for file operations across S3, Azure Blob, Google Drive, and local storage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"storage",
"aws",
"s3",
"azure",
"blob-storage",
"google-drive",
"file-storage"
],
"author": "vinuss",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.777.0",
"@aws-sdk/s3-request-presigner": "^3.777.0",
"@azure/storage-blob": "^12.27.0",
"dotenv": "^16.4.7",
"fs-extra": "^10.x.x",
"googleapis": "^148.0.0",
"log4js": "^6.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuvakrishna29/document-module.git"
},
"bugs": {
"url": "https://github.com/yuvakrishna29/document-module/issues"
},
"homepage": "https://github.com/yuvakrishna29/document-module#readme"
}