@paschendale/r2-presigned-url
Version:
Generate presigned URLs for Cloudflare R2 storage using AWS Signature Version 4 - Compatible with Cloudflare Workers
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "@paschendale/r2-presigned-url",
"version": "1.0.0",
"description": "Generate presigned URLs for Cloudflare R2 storage using AWS Signature Version 4 - Compatible with Cloudflare Workers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cloudflare",
"r2",
"presigned-url",
"aws-sigv4",
"cloudflare-workers",
"storage",
"upload",
"s3-compatible"
],
"author": "Victor Marotta <victor@marotta.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/paschendale/r2-presigned-url.git"
},
"bugs": {
"url": "https://github.com/paschendale/r2-presigned-url/issues"
},
"homepage": "https://github.com/paschendale/r2-presigned-url#readme",
"devDependencies": {
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}