add services/worker/package.json

This commit is contained in:
Zac Gaetano 2026-04-07 21:58:18 -04:00
parent 167bf25443
commit b2d0072104

View file

@ -0,0 +1,15 @@
{
"name": "wild-dragon-worker",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"bullmq": "^5.0.0",
"pg": "^8.13.0",
"@aws-sdk/client-s3": "^3.500.0",
"@aws-sdk/s3-request-presigner": "^3.500.0",
"dotenv": "^16.4.0"
}
}