mirror of
https://github.com/dataforcanada/d4c-infra-distribution.git
synced 2026-06-13 22:20:55 +02:00
18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"name": "cf-data-ingestor",
|
|
"version": "1.0.0",
|
|
"description": "Cloudflare Worker that proxies file downloads to an S3 bucket using streaming.",
|
|
"main": "src/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy"
|
|
},
|
|
"dependencies": {
|
|
"aws4fetch": "^1.0.20"
|
|
},
|
|
"devDependencies": {
|
|
"wrangler": "4.71.0"
|
|
}
|
|
}
|