Files
WallMuse/apps/worker-generation/package.json
2026-05-09 09:12:41 +00:00

9 lines
447 B
JSON

{
"name": "@wallmuse/worker-generation",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": { "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit -p tsconfig.json", "build": "tsc -p tsconfig.json" },
"dependencies": { "@wallmuse/db": "workspace:*", "@wallmuse/image-pipeline": "workspace:*", "@wallmuse/provider-adapters": "workspace:*", "@wallmuse/shared": "workspace:*", "bullmq": "^5.53.2", "ioredis": "^5.6.1" }
}