Files

30 lines
750 B
JSON

{
"name": "@album/worker",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --env-file=../../.env --watch src/index.ts",
"start": "bun --env-file=../../.env src/index.ts",
"build": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"lint": "tsc --noEmit"
},
"dependencies": {
"@album/contracts": "workspace:*",
"@album/database": "workspace:*",
"@album/email": "workspace:*",
"@album/storage": "workspace:*",
"@aws-sdk/lib-storage": "3.1127.0",
"archiver": "^8.0.0",
"drizzle-orm": "^0.45.2",
"heic-convert": "^2.1.0",
"sharp": "0.35.3"
},
"devDependencies": {
"@types/archiver": "^8.0.0",
"fflate": "^0.8.3",
"typescript": "^5.8.3"
}
}