add services/worker/package.json
This commit is contained in:
parent
167bf25443
commit
b2d0072104
1 changed files with 15 additions and 0 deletions
15
services/worker/package.json
Normal file
15
services/worker/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue