cdn/package.json
cascade ab39b9cca3 feat: multipart, 206, FetchHttpHandler etc.
- Large files are uploaded through multipart to the bucket
- Slack files are downloaded in chunks if downloading at once fails
- use FetchHttpHandler
2025-07-18 02:27:19 +05:30

22 lines
540 B
JSON

{
"name": "cdn-v2-hackclub",
"version": "1.0.0",
"description": "API to upload files to S3-compatible storage with unique URLs",
"main": "index.js",
"scripts": {
"start": "bun index.js",
"dev": "bun --watch index.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.478.0",
"@smithy/fetch-http-handler": "^5.1.0",
"cors": "^2.8.5",
"express": "^4.21.2",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.1",
"p-limit": "^6.2.0",
"winston": "^3.17.0"
},
"author": "",
"license": "MIT"
}