cdn/package.json
2025-01-18 14:12:44 +01:00

22 lines
639 B
JSON

{
"name": "cdn-v2-hackclub",
"version": "1.0.0",
"description": "Slack app and API to upload files to Backblaze B2 with unique URLs",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@slack/bolt": "^4.2.0",
"@slack/web-api": "^7.8.0",
"backblaze-b2": "^1.3.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"
}