Initial commit
This commit is contained in:
19
apps/worker/package.json
Normal file
19
apps/worker/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@tline/worker",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@tline/config": "workspace:*",
|
||||
"@tline/db": "workspace:*",
|
||||
"@tline/minio": "workspace:*",
|
||||
"@tline/queue": "workspace:*",
|
||||
"@aws-sdk/client-s3": "^3.899.0",
|
||||
"bullmq": "^5.61.0",
|
||||
"sharp": "^0.33.5"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun run src/index.ts",
|
||||
"start": "bun run src/index.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user