{ "name": "cdn-v2-hackclub", "version": "1.0.0", "description": "Slack app and API to upload files to S3-compatible storage with unique URLs", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "@aws-sdk/client-s3": "^3.478.0", "@slack/bolt": "^4.2.0", "@slack/web-api": "^7.8.0", "cors": "^2.8.5", "dotenv": "^10.0.0", "multer": "^1.4.5-lts.1", "node-fetch": "^2.6.1", "p-limit": "^6.2.0", "winston": "^3.17.0" }, "author": "", "license": "MIT" }