r2-explorer
Version:
A Google Drive Interface for your Cloudflare R2 Buckets
69 lines (68 loc) • 1.53 kB
JSON
{
"name": "r2-explorer",
"version": "1.1.2",
"description": "A Google Drive Interface for your Cloudflare R2 Buckets",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dashboard",
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts && cp -R ../dashboard/dist/spa/ dashboard/ && cp ../../README.md . && cp ../../LICENSE .",
"lint": "npx @biomejs/biome check src/ tests/ || (npx @biomejs/biome check --write src/ tests/; exit 1)",
"test": "vitest run --root tests",
"package": "npm run build && npm pack",
"publish-npm": "npm publish"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cloudflare",
"worker",
"workers",
"serverless",
"cloudflare r2",
"r2",
"r2 storage",
"drive",
"google drive",
"ui",
"cf",
"typescript",
"npm",
"package",
"cjs",
"esm",
"umd",
"typed"
],
"author": "Gabriel Massadas",
"license": "MIT",
"homepage": "https://r2explorer.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/G4brym/R2-Explorer.git"
},
"bugs": {
"url": "https://github.com/G4brym/R2-Explorer/issues"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241127.0",
"@types/node": "^22.10.1",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"wrangler": "^3.91.0"
},
"dependencies": {
"@hono/cloudflare-access": "^0.2.0",
"chanfana": "^2.5.1",
"hono": "^4.6.15",
"postal-mime": "^2.3.2",
"zod": "^3.24.1"
}
}