@rytass/storages-adapter-r2
Version:
Cloudflare R2 storage adapter
36 lines (35 loc) • 812 B
JSON
{
"name": "@rytass/storages-adapter-r2",
"version": "0.4.6",
"description": "Cloudflare R2 storage adapter",
"keywords": [
"rytass",
"r2",
"cloudflare",
"storage"
],
"author": "Chia Yu Pai <fantasyatelier@gmail.com>",
"homepage": "https://github.com/Rytass/Utils#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Rytass/Utils.git"
},
"bugs": {
"url": "https://github.com/Rytass/Utils/issues"
},
"dependencies": {
"@rytass/storages": "^0.2.1",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.8",
"luxon": "^3.5.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/uuid": "^10.0.0"
},
"main": "./index.cjs.js",
"module": "./index.js",
"typings": "./index.d.ts"
}